Uses of Class
org.apache.cassandra.index.sasi.disk.OnDiskIndex.DataTerm
-
Packages that use OnDiskIndex.DataTerm Package Description org.apache.cassandra.index.sasi.disk org.apache.cassandra.index.sasi.plan org.apache.cassandra.index.sasi.utils -
-
Uses of OnDiskIndex.DataTerm in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk that return OnDiskIndex.DataTerm Modifier and Type Method Description protected OnDiskIndex.DataTermOnDiskIndex.DataBlock. cast(MappedBuffer data)OnDiskIndex.DataTermOnDiskIndex. max()OnDiskIndex.DataTermOnDiskIndex. min()Methods in org.apache.cassandra.index.sasi.disk that return types with arguments of type OnDiskIndex.DataTerm Modifier and Type Method Description java.util.Iterator<OnDiskIndex.DataTerm>OnDiskIndex. iterator()java.util.Iterator<OnDiskIndex.DataTerm>OnDiskIndex. iteratorAt(java.nio.ByteBuffer query, OnDiskIndex.IteratorOrder order, boolean inclusive)Methods in org.apache.cassandra.index.sasi.disk with parameters of type OnDiskIndex.DataTerm Modifier and Type Method Description intOnDiskIndex.DataTerm. compareTo(OnDiskIndex.DataTerm other)Method parameters in org.apache.cassandra.index.sasi.disk with type arguments of type OnDiskIndex.DataTerm Modifier and Type Method Description intOnDiskIndex.IteratorOrder. startAt(OnDiskBlock.SearchResult<OnDiskIndex.DataTerm> found, boolean inclusive)intOnDiskIndex.IteratorOrder. startAt(OnDiskBlock<OnDiskIndex.DataTerm> block, Expression e) -
Uses of OnDiskIndex.DataTerm in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan with parameters of type OnDiskIndex.DataTerm Modifier and Type Method Description booleanExpression. isLowerSatisfiedBy(OnDiskIndex.DataTerm term)booleanExpression. isUpperSatisfiedBy(OnDiskIndex.DataTerm term) -
Uses of OnDiskIndex.DataTerm in org.apache.cassandra.index.sasi.utils
Methods in org.apache.cassandra.index.sasi.utils that return OnDiskIndex.DataTerm Modifier and Type Method Description OnDiskIndex.DataTermCombinedTerm. get()Methods in org.apache.cassandra.index.sasi.utils that return types with arguments of type OnDiskIndex.DataTerm Modifier and Type Method Description static RangeIterator<OnDiskIndex.DataTerm,CombinedTerm>OnDiskIndexIterator. union(OnDiskIndex... union)Methods in org.apache.cassandra.index.sasi.utils with parameters of type OnDiskIndex.DataTerm Modifier and Type Method Description protected voidOnDiskIndexIterator. performSkipTo(OnDiskIndex.DataTerm nextToken)Method parameters in org.apache.cassandra.index.sasi.utils with type arguments of type OnDiskIndex.DataTerm Modifier and Type Method Description intCombinedTerm. compareTo(CombinedValue<OnDiskIndex.DataTerm> o)voidCombinedTerm. merge(CombinedValue<OnDiskIndex.DataTerm> other)Constructors in org.apache.cassandra.index.sasi.utils with parameters of type OnDiskIndex.DataTerm Constructor Description CombinedTerm(AbstractType<?> comparator, OnDiskIndex.DataTerm term)
-