Package | Description |
---|---|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
net.sf.ehcache.store.disk.ods |
This package contains the classes managing the on-disk structure of the disk store.
|
Class and Description |
---|
FileAllocationTree
File allocation tree allows C-like alloc/free operations on a random access file.
|
Class and Description |
---|
AATreeSet
A AA-Tree based SortedSet implementation
|
AATreeSet.AbstractTreeNode
Abstract node implementation that can be extended with a custom payload.
|
AATreeSet.Node
Interface implemented by nodes within this tree.
|
AATreeSet.TreeIterator
Iterator that iterates over the tree.
|
Region
Class that represents the regions held within this set.
|
RegionSet
A region set based on an augmented AA-Tree.
|