Uses of Interface
org.apache.cassandra.utils.Overlaps.BucketMaker
Packages that use Overlaps.BucketMaker
-
Uses of Overlaps.BucketMaker in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils with parameters of type Overlaps.BucketMakerModifier and TypeMethodDescriptionstatic <E,B> List<B> Overlaps.assignOverlapsIntoBuckets(int threshold, Overlaps.InclusionMethod inclusionMethod, List<Set<E>> overlaps, Overlaps.BucketMaker<E, B> bucketer) Assign overlap sections into buckets.