Uses of Enum Class
org.apache.cassandra.index.sasi.disk.OnDiskIndex.IteratorOrder
Packages that use OnDiskIndex.IteratorOrder
-
Uses of OnDiskIndex.IteratorOrder in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk that return OnDiskIndex.IteratorOrderModifier and TypeMethodDescriptionstatic OnDiskIndex.IteratorOrderReturns the enum constant of this class with the specified name.static OnDiskIndex.IteratorOrder[]OnDiskIndex.IteratorOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.index.sasi.disk with parameters of type OnDiskIndex.IteratorOrderModifier and TypeMethodDescriptionOnDiskIndex.iteratorAt(ByteBuffer query, OnDiskIndex.IteratorOrder order, boolean inclusive) intOnDiskBlock.maxOffset(OnDiskIndex.IteratorOrder order) intOnDiskBlock.minOffset(OnDiskIndex.IteratorOrder order)