Uses of Class
org.apache.cassandra.index.sasi.disk.OnDiskIndex
-
Packages that use OnDiskIndex Package Description org.apache.cassandra.index.sasi.disk org.apache.cassandra.index.sasi.utils -
-
Uses of OnDiskIndex in org.apache.cassandra.index.sasi.disk
Fields in org.apache.cassandra.index.sasi.disk with type parameters of type OnDiskIndex Modifier and Type Field Description protected java.util.Set<java.util.concurrent.Future<OnDiskIndex>>PerSSTableIndexWriter.Index. segmentsMethods in org.apache.cassandra.index.sasi.disk that return types with arguments of type OnDiskIndex Modifier and Type Method Description protected java.util.concurrent.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 OnDiskIndex Modifier and Type Method Description static RangeIterator<OnDiskIndex.DataTerm,CombinedTerm>OnDiskIndexIterator. union(OnDiskIndex... union)Constructors in org.apache.cassandra.index.sasi.utils with parameters of type OnDiskIndex Constructor Description CombinedTermIterator(Descriptor d, OnDiskIndex... parts)CombinedTermIterator(OnDiskIndex... sas)OnDiskIndexIterator(OnDiskIndex index)
-