Class | Description |
---|---|
AlgorithmStorageBucket |
This is a LocalBucket that allows to create buckets backed by an Algorithm.
|
DiskBlockBucket |
A disk-oriented implementation of
LocalBucket . |
DiskBlockLocatorBucket |
A disk-oriented implementation of
LocalBucket with an indexed access using locators. |
DiskBlockObjectKeyBucket |
A disk-oriented implementation of
LocalBucket with an indexed access using object keys . |
DiskBlockObjectKeyMemoryBucket |
A disk-oriented implementation of
LocalBucket . |
MemoryStorageBucket |
A volatile implementation of
LocalBucket . |
MemoryStorageLocatorBucket |
A volatile implementation of
LocalBucket . |
MemoryStorageNoDupsBucket |
A volatile implementation of
LocalBucket . |
MemoryStorageObjectKeyBucket |
A volatile implementation of
LocalBucket . |
PlainStorageBucket |
Encapsulating bucket for a plain storage.
|
VirtualStorageBucket<C> |
Encapsulating bucket for generic indices and storages.
|