Package | Description |
---|---|
messif.buckets |
Storage classes capable of holding
objects . |
messif.buckets.index |
Bucket indexes for improved access.
|
messif.buckets.index.impl |
Implementation of bucket indexes.
|
Modifier and Type | Method and Description |
---|---|
OrderedIndex<C,LocalAbstractObject> |
OrderedLocalBucket.getIndex() |
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableOrderedIndex<C,T>
Defines a modifiable ordered index interface on objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractArrayIndex<K,T>
Implementation of index that stores the indexed data in a sorted array.
|
class |
AddressStorageIndex<K,T>
Implementation of a single index over generic storage.
|
class |
IntStorageIndex<K,T>
Implementation of a single index over a
storage with integer addresses . |
class |
LongStorageIndex<K,T>
Implementation of a single index over a
storage with long addresses . |
class |
LongStorageMemoryIndex<K,T>
Implementation of disk (long) index that stores the indexed data in a sorted array and keeps the
keys to be compared always in memory.
|
class |
LongStorageMemoryIndexStdSer<K,T>
Implementation of disk (long) index that stores the indexed data in a sorted array and keeps the
keys to be compared always in memory.
|