Package | Description |
---|---|
messif.buckets |
Storage classes capable of holding
objects . |
messif.buckets.impl |
Bucket implementations.
|
messif.buckets.split |
Bucket splitting support.
|
messif.netbucket |
Networked objects and buckets.
|
messif.netbucket.replication |
Replication support for remote buckets.
|
messif.operations.query |
Implementation of data querying operations.
|
Modifier and Type | Method and Description |
---|---|
LocalBucket |
BucketDispatcher.moveBucket(int bucketID,
BucketDispatcher targetDispatcher)
Move the bucket with the specified ID to another dispatcher.
|
int |
Bucket.split(SplitPolicy policy,
java.util.List<Bucket> targetBuckets,
BucketDispatcher bucketCreator,
int whoStays)
Splits this bucket according to the specified policy.
|
Modifier and Type | Method and Description |
---|---|
int |
AlgorithmStorageBucket.split(SplitPolicy policy,
java.util.List<Bucket> targetBuckets,
BucketDispatcher bucketCreator,
int whoStays)
Splits this bucket according to the specified policy.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Bucket> |
SplitResult.getBuckets(BucketDispatcher bucketDisp)
Returns the list remote buckets for the newly created buckets (the list can contain nulls).
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkBucketDispatcher |
Modifier and Type | Method and Description |
---|---|
BucketCreateReplyMessage |
BucketCreateRequestMessage.execute(BucketDispatcher bucketDispatcher) |
BucketManipulationReplyMessage |
BucketManipulationRequestMessage.execute(BucketDispatcher bucketDispatcher) |
BucketProcessQueryReplyMessage |
BucketProcessQueryRequestMessage.execute(BucketDispatcher bucketDispatcher) |
BucketRemoveReplyMessage |
BucketRemoveRequestMessage.execute(BucketDispatcher bucketDispatcher) |
abstract T |
BucketRequestMessage.execute(BucketDispatcher bucketDispatcher)
Executes this request on the specified bucket dispatcher.
|
BucketSplitReplyMessage |
BucketSplitRequestMessage.execute(BucketDispatcher bucketDispatcher) |
java.util.List<? extends Bucket> |
BucketSplitReplyMessage.getBuckets(BucketDispatcher netbucketDisp)
Returns the list remote buckets for the newly created buckets (the list can contain nulls).
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationNetworkBucketDispatcher |
Modifier and Type | Method and Description |
---|---|
int |
GetObjectCountOperation.evaluate(BucketDispatcher dispatcher)
Evaluate this query on a given bucket dispatcher.
|