public interface SplitResult
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Bucket> |
getBuckets(BucketDispatcher bucketDisp)
Returns the list remote buckets for the newly created buckets (the list can contain nulls).
|
int |
getObjectsMoved()
Returns the number of objects moved from the split bucket to the newly created ones.
|
SplitPolicy |
getSplitPolicy()
Returns the used split policy that can contain output values.
|
java.util.List<? extends Bucket> getBuckets(BucketDispatcher bucketDisp) throws CapacityFullException
SplitPolicy.getPartitionsCount()
.bucketDisp
- the bucket dispatcher that created the bucketsCapacityFullException
- if not all buckets were created because of capacity constraintSplitPolicy getSplitPolicy()
int getObjectsMoved()