Uses of Class
org.apache.cassandra.io.sstable.IndexInfo
Packages that use IndexInfo
Package
Description
-
Uses of IndexInfo in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return types with arguments of type IndexInfo -
Uses of IndexInfo in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return IndexInfoMethods in org.apache.cassandra.io.sstable with parameters of type IndexInfoModifier and TypeMethodDescriptionvoidIndexInfo.Serializer.serialize(IndexInfo info, DataOutputPlus out) longIndexInfo.Serializer.serializedSize(IndexInfo info) -
Uses of IndexInfo in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return IndexInfoModifier and TypeMethodDescriptionRowIndexEntry.IndexInfoRetriever.columnsIndex(int index) IndexState.currentIndex()IndexState.index(int i) Methods in org.apache.cassandra.io.sstable.format.big that return types with arguments of type IndexInfoMethod parameters in org.apache.cassandra.io.sstable.format.big with type arguments of type IndexInfoModifier and TypeMethodDescriptionstatic RowIndexEntryRowIndexEntry.create(long dataFilePosition, long indexFilePosition, DeletionTime deletionTime, long headerLength, int columnIndexCount, int indexedPartSize, List<IndexInfo> indexSamples, int[] offsets, ISerializer<IndexInfo> idxInfoSerializer, Version version) static RowIndexEntryRowIndexEntry.create(long dataFilePosition, long indexFilePosition, DeletionTime deletionTime, long headerLength, int columnIndexCount, int indexedPartSize, List<IndexInfo> indexSamples, int[] offsets, ISerializer<IndexInfo> idxInfoSerializer, Version version)