Uses of Class
org.apache.cassandra.index.sasi.utils.RangeIterator.Builder.IteratorType
-
Packages that use RangeIterator.Builder.IteratorType Package Description org.apache.cassandra.index.sasi.utils -
-
Uses of RangeIterator.Builder.IteratorType in org.apache.cassandra.index.sasi.utils
Fields in org.apache.cassandra.index.sasi.utils declared as RangeIterator.Builder.IteratorType Modifier and Type Field Description protected RangeIterator.Builder.IteratorType
RangeIterator.Builder.Statistics. iteratorType
Methods in org.apache.cassandra.index.sasi.utils that return RangeIterator.Builder.IteratorType Modifier and Type Method Description static RangeIterator.Builder.IteratorType
RangeIterator.Builder.IteratorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RangeIterator.Builder.IteratorType[]
RangeIterator.Builder.IteratorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.index.sasi.utils with parameters of type RangeIterator.Builder.IteratorType Constructor Description Builder(RangeIterator.Builder.IteratorType type)
Statistics(RangeIterator.Builder.IteratorType iteratorType)
-