Interface | Description |
---|---|
Node<K,V> | |
TreeCache<K,V> |
This is a tree-like facade around a
Cache allowing for efficient tree-style access to cached data. |
Class | Description |
---|---|
Fqn | |
Fqn.Externalizer | |
FqnComparator |
Compares the order of two FQN.
|
LifecycleCallbacks |
Module lifecycle callbacks implementation that enables module specific
AdvancedExternalizer implementations to be registered. |
NodeImpl<K,V> |
Implementation backed by an
AtomicMap |
NodeKey |
A class that represents the key to a node
|
NodeKey.Externalizer | |
TreeCacheFactory |
Factory class that contains API for users to create instances of
TreeCache |
TreeCacheImpl<K,V> | |
TreeStructureSupport |
Enum | Description |
---|---|
NodeKey.Type |
Exception | Description |
---|---|
NodeNotExistsException |
Thrown when an operation is attempted on a non-existing node in the cache
|
NodeNotValidException |
Thrown whenever operations are attempted on a node that is no longer valid.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.