Uses of Class
org.apache.cassandra.io.sstable.format.big.RowIndexEntry
Packages that use RowIndexEntry
-
Uses of RowIndexEntry in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return RowIndexEntryModifier 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) protected RowIndexEntryBigTableWriter.createRowIndexEntry(DecoratedKey key, DeletionTime partitionLevelDeletion, long finishResult) RowIndexEntry.IndexSerializer.deserialize(DataInputPlus in, long indexFilePosition) default RowIndexEntryRowIndexEntry.IndexSerializer.deserialize(FileDataInput input) default RowIndexEntryRowIndexEntry.IndexSerializer.deserialize(RandomAccessReader reader) RowIndexEntry.Serializer.deserialize(DataInputPlus in, long indexFilePosition) RowIndexEntry.IndexSerializer.deserializeForCache(DataInputPlus in) RowIndexEntry.Serializer.deserializeForCache(DataInputPlus in) BigTableReader.deserializeKeyCacheValue(DataInputPlus input) final RowIndexEntryBigTableReader.getRowIndexEntry(PartitionPosition key, SSTableReader.Operator op) Retrieves the position while updating the key cache and the stats.BigTableReader.getRowIndexEntry(PartitionPosition key, SSTableReader.Operator operator, boolean updateStats, SSTableReadsListener listener) Methods in org.apache.cassandra.io.sstable.format.big that return types with arguments of type RowIndexEntryMethods in org.apache.cassandra.io.sstable.format.big with parameters of type RowIndexEntryModifier and TypeMethodDescriptionvoidBigTableWriter.IndexWriter.append(DecoratedKey key, RowIndexEntry indexEntry, long dataEnd, ByteBuffer indexInfo) protected AbstractSSTableIterator.ReaderSSTableIterator.createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile, Version version) protected AbstractSSTableIterator.ReaderSSTableReversedIterator.createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile, Version version) protected UnfilteredRowIteratorBigTableScanner.BigScanningIterator.getRowIterator(RowIndexEntry rowIndexEntry, DecoratedKey key) BigTableReader.rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed) voidRowIndexEntry.IndexSerializer.serialize(RowIndexEntry rie, DataOutputPlus out, ByteBuffer indexInfo) voidRowIndexEntry.Serializer.serialize(RowIndexEntry rie, DataOutputPlus out, ByteBuffer indexInfo) voidRowIndexEntry.IndexSerializer.serializeForCache(RowIndexEntry rie, DataOutputPlus out) voidRowIndexEntry.Serializer.serializeForCache(RowIndexEntry rie, DataOutputPlus out) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type RowIndexEntryModifierConstructorDescriptionIndexState(AbstractSSTableIterator<RowIndexEntry>.AbstractReader reader, ClusteringComparator comparator, RowIndexEntry indexEntry, boolean reversed, FileHandle indexFile) SSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, FileHandle ifile) SSTableReversedIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, FileHandle ifile)