Uses of Class
org.apache.cassandra.index.sasi.disk.OnDiskIndex
Packages that use OnDiskIndex
-
Uses of OnDiskIndex in org.apache.cassandra.index.sasi.disk
Fields in org.apache.cassandra.index.sasi.disk with type parameters of type OnDiskIndexModifier and TypeFieldDescriptionprotected final Set<Future<OnDiskIndex>>PerSSTableIndexWriter.Index.segmentsMethods in org.apache.cassandra.index.sasi.disk that return types with arguments of type OnDiskIndexModifier and TypeMethodDescriptionprotected Callable<OnDiskIndex>PerSSTableIndexWriter.Index.scheduleSegmentFlush(boolean isFinal) -
Uses of OnDiskIndex in org.apache.cassandra.index.sasi.utils
Methods in org.apache.cassandra.index.sasi.utils with parameters of type OnDiskIndexConstructors in org.apache.cassandra.index.sasi.utils with parameters of type OnDiskIndexModifierConstructorDescriptionCombinedTermIterator(Descriptor d, OnDiskIndex... parts) CombinedTermIterator(OnDiskIndex... sas) OnDiskIndexIterator(OnDiskIndex index)