| Chunk |
A chunk of data, containing one or multiple pages.
|
| Cursor |
A cursor to iterate over elements in ascending order.
|
| CursorPos |
A position in a cursor.
|
| FileStore |
The default storage mechanism of the MVStore.
|
| MVMap |
A stored map.
|
| MVMap.BasicBuilder |
A builder for this class.
|
| MVMap.Builder |
A builder for this class.
|
| MVMap.Decision |
|
| MVMap.DecisionMaker |
Class DecisionMaker provides callback interface (and should become a such in Java 8)
for MVMap.operate method.
|
| MVMap.MapBuilder |
A builder for maps.
|
| MVStore |
A persistent storage for maps.
|
| MVStore.Builder |
A builder for an MVStore.
|
| MVStore.TxCounter |
Class TxCounter is a simple data structure to hold version of the store
along with the counter of open transactions,
which are still operating on this version.
|
| Page |
A page (a node or a leaf).
|
| Page.PageReference |
A pointer to a page, either in-memory or using a page position.
|
| RootReference |
Class RootReference is an immutable structure to represent state of the MVMap as a whole
(not related to a particular B-Tree node).
|
| WriteBuffer |
An auto-resize buffer to write data into a ByteBuffer.
|