Package | Description |
---|---|
messif.buckets.index.impl |
Implementation of bucket indexes.
|
messif.buckets.storage |
Bucket physical storage support.
|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
Constructor and Description |
---|
LongStorageIndex(LongStorage<T> storage,
IndexComparator<K,T> comparator)
Creates a new instance of IntStorageIndex for the specified storage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LongStorageIndexed<T>
Interface of a long storage that supports searching.
|
Constructor and Description |
---|
LongAddress(LongStorage<T> storage,
long address)
Creates a new instance of IntAddress on the specified int storage.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskStorage<T>
Disk based storage.
|
class |
DiskStorageFillGaps<T>
Disk based storage inheriting almost everything from
DiskStorage . |