Uses of Enum Class
org.apache.cassandra.utils.Overlaps.InclusionMethod
Packages that use Overlaps.InclusionMethod
-
Uses of Overlaps.InclusionMethod in org.apache.cassandra.db.compaction.unified
Fields in org.apache.cassandra.db.compaction.unified declared as Overlaps.InclusionMethodModifier and TypeFieldDescriptionprotected final Overlaps.InclusionMethodController.overlapInclusionMethodMethods in org.apache.cassandra.db.compaction.unified that return Overlaps.InclusionMethodModifier and TypeMethodDescriptionController.overlapInclusionMethod()Return the overlap inclusion method to use when combining overlap sections into a bucket. -
Uses of Overlaps.InclusionMethod in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return Overlaps.InclusionMethodModifier and TypeMethodDescriptionstatic Overlaps.InclusionMethodReturns the enum constant of this class with the specified name.static Overlaps.InclusionMethod[]Overlaps.InclusionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.utils with parameters of type Overlaps.InclusionMethodModifier 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.