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 |
---|
IntStorageIndex(IntStorage<T> storage,
IndexComparator<K,T> comparator)
Creates a new instance of IntStorageIndex for the specified storage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntStorageIndexed<T>
Interface of an integer storage that supports searching.
|
Constructor and Description |
---|
IntAddress(IntStorage<T> storage,
int address)
Creates a new instance of IntAddress on the specified int storage.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseStorage<T>
Database-based storage.
|
class |
MemoryStorage<T>
Memory based storage.
|