Uses of Class
org.apache.cassandra.index.sasi.utils.RangeIntersectionIterator.Strategy
-
Packages that use RangeIntersectionIterator.Strategy Package Description org.apache.cassandra.index.sasi.utils -
-
Uses of RangeIntersectionIterator.Strategy in org.apache.cassandra.index.sasi.utils
Methods in org.apache.cassandra.index.sasi.utils that return RangeIntersectionIterator.Strategy Modifier and Type Method Description static RangeIntersectionIterator.StrategyRangeIntersectionIterator.Strategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RangeIntersectionIterator.Strategy[]RangeIntersectionIterator.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.index.sasi.utils with parameters of type RangeIntersectionIterator.Strategy Modifier and Type Method Description protected static <K extends java.lang.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 Constructor Description Builder(RangeIntersectionIterator.Strategy strategy)
-