[jboss-user] [JBoss Cache: Core Edition] - Re: What is the definition of Node in treecache? Passive?
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Apr 7 14:46:18 EDT 2009
The queue contains instances of:
http://anonsvn.jboss.org/repos/jbosscache/core/branches/1.4.X/src/org/jboss/cache/eviction/EvictedEventNode.java
As you can see it contains ref to an Fqn, two ints, a boolean and a long. Every time you read or write to the cache one of those is created and added to the queue. When the eviction thread runs they are pulled off the queue, data is used in eviction decisions, and the EvictedEventNode is discarded.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224146#4224146
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224146
More information about the jboss-user
mailing list