Uses of Class
messif.buckets.Bucket

Packages that use Bucket
messif.buckets Storage classes capable of holding objects
messif.buckets.impl Bucket implementations. 
 

Uses of Bucket in messif.buckets
 

Subclasses of Bucket in messif.buckets
 class LocalBucket
          This class represents the Bucket that is maintained locally (i.e. on the current computer).
 class OrderedLocalBucket<C>
          An extension of LocalBucket that maintains the stored objects in a certain order.
 

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

Uses of Bucket in messif.buckets.impl
 

Subclasses of Bucket in messif.buckets.impl
 class AlgorithmStorageBucket
          This is a LocalBucket that allows to create buckets backed by an Algorithm.
 class DiskBlockBucket
          A disk-oriented implementation of LocalBucket.
 class DiskBlockObjectKeyBucket
          A disk-oriented implementation of LocalBucket.
 class DiskBlockObjectKeyMemoryBucket
          A disk-oriented implementation of LocalBucket.
 class MemoryStorageBucket
          A volatile implementation of LocalBucket.
 class MemoryStorageIDBucket
          A volatile implementation of LocalBucket.
 class MemoryStorageLocatorBucket
          A volatile implementation of LocalBucket.
 class MemoryStorageNoDupsBucket
          A volatile implementation of LocalBucket.
 class MemoryStorageObjectKeyBucket
          A volatile implementation of LocalBucket.
 class VirtualStorageBucket<C>
          Encapsulating bucket for generic indices and storages.
 

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