[jboss-user] [JBoss Cache: Core Edition] - Custom column in jbosscache table and Custom Loading from pe
challasreedhar
do-not-reply at jboss.com
Wed May 6 07:17:55 EDT 2009
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#4228948
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228948
More information about the jboss-user
mailing list