Uses of Enum Class
org.apache.cassandra.index.sasi.utils.RangeIntersectionIterator.Strategy
Packages that use RangeIntersectionIterator.Strategy
-
Uses of RangeIntersectionIterator.Strategy in org.apache.cassandra.index.sasi.utils
Methods in org.apache.cassandra.index.sasi.utils that return RangeIntersectionIterator.StrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RangeIntersectionIterator.Strategy[]RangeIntersectionIterator.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.index.sasi.utils with parameters of type RangeIntersectionIterator.StrategyModifier and TypeMethodDescriptionprotected static <K extends Comparable<K>,D extends CombinedValue<K>>
RangeIntersectionIterator.Builder<K,D> RangeIntersectionIterator.builder(RangeIntersectionIterator.Strategy strategy) Constructors in org.apache.cassandra.index.sasi.utils with parameters of type RangeIntersectionIterator.Strategy