I am working on integration of jbosscache and gridgain.
While using "JDBCCacheLoader" , the current implementation contains three
columns (FQN,VALUE,PARENT)
Is it possible to have a userdefined column (say LoadKey) which can have some user defined
value (say an integer value) which can be persisted along with jboss cache in to the
database.
and while loading the jboss cache is it possible to :
On grid node1, load jboss cache based on the condition that LoadKey is between 1 to 10000
and on grid node2 load another jboss cache based on the condition that LoadKey is between
2 to 20000 etc...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228948#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...