Package | Description |
---|---|
messif.buckets.index.impl |
Implementation of bucket indexes.
|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
Constructor and Description |
---|
LongStorageMemoryIndex(DiskStorage<T> storage,
IndexComparator<K,T> comparator)
Creates a new instance of LongStorageMemoryIndex for the specified storage.
|
LongStorageMemoryIndexStdSer(DiskStorage<T> storage,
IndexComparator<K,T> comparator)
Creates a new instance of LongStorageMemoryIndex for the specified storage.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskStorageFillGaps<T>
Disk based storage inheriting almost everything from
DiskStorage . |
Modifier and Type | Method and Description |
---|---|
static <E> DiskStorage<E> |
DiskStorage.castToDiskStorage(java.lang.Class<E> storageObjectsClass,
java.lang.Object object)
Cast the provided object to
DiskStorage with generic typing. |
static <T> DiskStorage<T> |
DiskStorage.create(java.lang.Class<T> storedObjectsClass,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Creates a new disk storage.
|
Constructor and Description |
---|
DiskStorage(DiskStorage<? extends T> copyAttributesDiskStorage,
java.io.File file)
Creates a new DiskStreamStorage instance.
|
DiskStorageFillGaps(DiskStorage<? extends T> copyAttributesDiskStorage,
java.io.File file)
Creates a new DiskStreamStorage instance.
|