Package | Description |
---|---|
messif.buckets.impl |
Bucket implementations.
|
Modifier and Type | Method and Description |
---|---|
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.
|