Package | Description |
---|---|
messif.buckets |
Storage classes capable of holding
objects . |
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
messif.netbucket |
Networked objects and buckets.
|
messif.netbucket.replication |
Replication support for remote buckets.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketDispatcher
This class is a dispatcher for maintaining a set of local buckets.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TemporaryCloseableThread.add(TemporaryCloseable temporaryCloseable)
Add a
TemporaryCloseable object to the waiting list. |
boolean |
TemporaryCloseableThread.remove(TemporaryCloseable temporaryCloseable)
Removes the given
TemporaryCloseable object from the waiting list. |
Modifier and Type | Class and Description |
---|---|
class |
DiskStorage<T>
Disk based storage.
|
class |
DiskStorageFillGaps<T>
Disk based storage inheriting almost everything from
DiskStorage . |
Modifier and Type | Class and Description |
---|---|
class |
NetworkBucketDispatcher |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationNetworkBucketDispatcher |