Package | Description |
---|---|
messif.netbucket |
Networked objects and buckets.
|
messif.netbucket.replication |
Replication support for remote buckets.
|
Modifier and Type | Field and Description |
---|---|
protected NetworkBucketDispatcher |
RemoteBucket.netbucketDisp
Network storage (bucket) dispatcher to which this remote bucket is associated
|
Modifier and Type | Method and Description |
---|---|
RemoteBucket |
BucketCreateReplyMessage.getRemoteBucket(NetworkBucketDispatcher netbucketDisp)
Returns the remote bucket encapsulation for the newly created bucket.
|
Constructor and Description |
---|
RemoteBucket(NetworkBucketDispatcher netbucketDisp,
int bucketID,
NetworkNode remoteNetworkNode,
long capacity)
Creates a new instance of RemoteBucket from parameters.
|
RemoteBucket(NetworkBucketDispatcher netbucketDisp,
LocalBucket bucket)
Creates a new instance of RemoteBucket from LocalBucket.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationNetworkBucketDispatcher |