Package | Description |
---|---|
messif.buckets.impl |
Bucket implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskBlockLocatorBucket
A disk-oriented implementation of
LocalBucket with an indexed access using locators. |
class |
DiskBlockObjectKeyBucket
A disk-oriented implementation of
LocalBucket with an indexed access using object keys . |
class |
DiskBlockObjectKeyMemoryBucket
A disk-oriented implementation of
LocalBucket . |
class |
MemoryStorageLocatorBucket
A volatile implementation of
LocalBucket . |
class |
MemoryStorageNoDupsBucket
A volatile implementation of
LocalBucket . |
class |
MemoryStorageObjectKeyBucket
A volatile implementation of
LocalBucket . |
class |
VirtualStorageBucket<C>
Encapsulating bucket for generic indices and storages.
|