Package org.apache.cassandra.utils
Interface Overlaps.BucketMaker<E,B>
-
- Enclosing class:
- Overlaps
public static interface Overlaps.BucketMaker<E,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
makeBucket(java.util.List<java.util.Set<E>> sets, int startIndexInclusive, int endIndexExclusive)
-