Uses of Class
messif.buckets.BucketDispatcher

Packages that use BucketDispatcher
messif.buckets Storage classes capable of holding objects
messif.buckets.impl Bucket implementations. 
messif.operations.query Implementation of data querying operations. 
 

Uses of BucketDispatcher in messif.buckets
 

Methods in messif.buckets with parameters of type BucketDispatcher
 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.
 

Uses of BucketDispatcher in messif.buckets.impl
 

Methods in messif.buckets.impl with parameters of type BucketDispatcher
 int AlgorithmStorageBucket.split(SplitPolicy policy, java.util.List<Bucket> targetBuckets, BucketDispatcher bucketCreator, int whoStays)
          Splits this bucket according to the specified policy.
 

Uses of BucketDispatcher in messif.operations.query
 

Methods in messif.operations.query with parameters of type BucketDispatcher
 int GetObjectCountOperation.evaluate(BucketDispatcher dispatcher)
          Evaluate this query on a given bucket dispatcher.