|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractInvocationDelegate | |
---|---|
org.jboss.cache.invocation | |
org.jboss.cache.mvcc |
Uses of AbstractInvocationDelegate in org.jboss.cache.invocation |
---|
Subclasses of AbstractInvocationDelegate in org.jboss.cache.invocation | |
---|---|
class |
CacheInvocationDelegate<K,V>
The delegate that users (and ChainedInterceptor authors) interact with when they create a cache by using a cache factory. |
class |
NodeInvocationDelegate<K,V>
The delegate that users (and interceptor authors) interact with when they obtain a node from the cache or another node. |
Uses of AbstractInvocationDelegate in org.jboss.cache.mvcc |
---|
Subclasses of AbstractInvocationDelegate in org.jboss.cache.mvcc | |
---|---|
class |
NullMarkerNode
A marker node to represent a null node for repeatable read, so that a read that returns a null can continue to return null. |
class |
NullMarkerNodeForRemoval
A specific type of null marker node, used for removal of nodes that don't exist |
class |
ReadCommittedNode
A node delegate that encapsulates read committed semantics when writes are initiated, committed or rolled back. |
class |
RepeatableReadNode
A node delegate that encapsulates repeatable read semantics when writes are initiated, committed or rolled back. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |