[jboss-user] [JBossCache] - CacheLoader for very large data store
pithray
do-not-reply at jboss.com
Tue Jan 16 23:44:41 EST 2007
Hi,
I am considering JBossCache with a custom CacheLoader for a very large data store. For nodes with large numbers of attributes, must I actually return all the attributes when implementing the following:
Map get(Fqn name) throws Exception;
byte[] loadEntireState() throws Exception;
I will not be calling TreeCache.get(Fqn fqn) or any other TreeCache method that returns the full set of keys or values.
Best regards,
Tom
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002579#4002579
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002579
More information about the jboss-user
mailing list