Uses of Class
messif.buckets.impl.VirtualStorageBucket

Packages that use VirtualStorageBucket
messif.buckets.impl Bucket implementations. 
 

Uses of VirtualStorageBucket in messif.buckets.impl
 

Methods in messif.buckets.impl that return VirtualStorageBucket
static VirtualStorageBucket<?> VirtualStorageBucket.getBucket(long capacity, long softCapacity, long lowOccupation, boolean occupationAsBytes, java.util.Map<java.lang.String,java.lang.Object> parameters)
          Creates a bucket.
static
<T> VirtualStorageBucket<T>
VirtualStorageBucket.getBucket(long capacity, long softCapacity, long lowOccupation, boolean occupationAsBytes, Storage<LocalAbstractObject> storage, IndexComparator<T,LocalAbstractObject> comparator)
          Creates a bucket for the given storage and comparator.