Uses of Class
org.apache.cassandra.index.sasi.disk.OnDiskIndex.DataTerm
Packages that use OnDiskIndex.DataTerm
Package
Description
-
Uses of OnDiskIndex.DataTerm in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk that return OnDiskIndex.DataTermModifier and TypeMethodDescriptionprotected OnDiskIndex.DataTermOnDiskIndex.DataBlock.cast(MappedBuffer data) OnDiskIndex.max()OnDiskIndex.min()Methods in org.apache.cassandra.index.sasi.disk that return types with arguments of type OnDiskIndex.DataTermModifier and TypeMethodDescriptionOnDiskIndex.iterator()OnDiskIndex.iteratorAt(ByteBuffer query, OnDiskIndex.IteratorOrder order, boolean inclusive) Methods in org.apache.cassandra.index.sasi.disk with parameters of type OnDiskIndex.DataTermMethod parameters in org.apache.cassandra.index.sasi.disk with type arguments of type OnDiskIndex.DataTermModifier and TypeMethodDescriptionintOnDiskIndex.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.DataTermModifier and TypeMethodDescriptionbooleanExpression.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.DataTermMethods in org.apache.cassandra.index.sasi.utils that return types with arguments of type OnDiskIndex.DataTermMethods in org.apache.cassandra.index.sasi.utils with parameters of type OnDiskIndex.DataTermModifier and TypeMethodDescriptionprotected voidOnDiskIndexIterator.performSkipTo(OnDiskIndex.DataTerm nextToken) Method parameters in org.apache.cassandra.index.sasi.utils with type arguments of type OnDiskIndex.DataTermModifier and TypeMethodDescriptionintCombinedTerm.compareTo(CombinedValue<OnDiskIndex.DataTerm> o) voidCombinedTerm.merge(CombinedValue<OnDiskIndex.DataTerm> other) Constructors in org.apache.cassandra.index.sasi.utils with parameters of type OnDiskIndex.DataTermModifierConstructorDescriptionCombinedTerm(AbstractType<?> comparator, OnDiskIndex.DataTerm term)