-
Interface Summary
| 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 Summary
| Class |
Description |
| Fqn |
A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to
a particular Node in a TreeCache.
|
| Fqn.Externalizer |
|
| TreeCacheFactory |
Factory class that contains API for users to create instances of TreeCache
|
-
Exception Summary
| 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.
|
Package org.infinispan.tree Description
TreeCache API. For usage, see the TreeCache and
TreeCacheFactory classes and their javadocs.
This package is intended as a compatibility layer between JBoss Cache and Infinispan, and also
as an API for when a tree structure is useful. In general though, this will not perform as
well as the core Infinispan API.