Package | Description |
---|---|
messif.netbucket |
Networked objects and buckets.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketCreateRequestMessage
Message for requesting creation of a remote bucket.
|
class |
BucketManipulationRequestMessage
NetworkBucketDispatcher message that can request several operations to be performed with
the specified bucket:
add given objects,
add ALL objects from a specified local bucket
remove objects (by locator or equal),
find and return stored objects (specified by locator, key or return ALL objects).
|
class |
BucketProcessQueryRequestMessage
Message requesting to process a query on a remote bucket.
|
class |
BucketRemoveRequestMessage |
class |
BucketSplitRequestMessage
Message requesting to split a bucket creating new ones.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NetworkBucketDispatcher.receive(BucketRequestMessage<?> msg)
Receiving method for bucket request messages.
|
protected <T extends BucketReplyMessage> |
NetworkBucketDispatcher.send(BucketRequestMessage<T> msg,
NetworkNode networkNode)
Sending method for bucket request messages.
|
Constructor and Description |
---|
BucketExceptionReplyMessage(BucketRequestMessage<?> message,
BucketStorageException bucketException)
Creates a new instance of BucketExceptionReplyMessage for a given bucket storage exception.
|
BucketExceptionReplyMessage(BucketRequestMessage<?> message,
java.lang.RuntimeException runtimeException)
Creates a new instance of BucketReplyMessage for a given runtime exception.
|
BucketReplyMessage(BucketRequestMessage<?> message)
Creates a new instance of BucketReplyMessage.
|