Uses of Class
org.apache.cassandra.db.RowIndexEntry
-
-
Uses of RowIndexEntry in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RowIndexEntry Modifier and Type Method Description static RowIndexEntry<IndexInfo>RowIndexEntry. create(long dataFilePosition, long indexFilePosition, DeletionTime deletionTime, long headerLength, int columnIndexCount, int indexedPartSize, java.util.List<IndexInfo> indexSamples, int[] offsets, ISerializer<IndexInfo> idxInfoSerializer)RowIndexEntry<T>RowIndexEntry.IndexSerializer. deserialize(DataInputPlus in, long indexFilePosition)default RowIndexEntry<T>RowIndexEntry.IndexSerializer. deserialize(FileDataInput input)default RowIndexEntry<T>RowIndexEntry.IndexSerializer. deserialize(RandomAccessReader reader)RowIndexEntry<IndexInfo>RowIndexEntry.Serializer. deserialize(DataInputPlus in, long indexFilePosition)RowIndexEntry<T>RowIndexEntry.IndexSerializer. deserializeForCache(DataInputPlus in)RowIndexEntry<IndexInfo>RowIndexEntry.Serializer. deserializeForCache(DataInputPlus in)Methods in org.apache.cassandra.db with parameters of type RowIndexEntry Modifier and Type Method Description voidRowIndexEntry.IndexSerializer. serialize(RowIndexEntry<T> rie, DataOutputPlus out, java.nio.ByteBuffer indexInfo)voidRowIndexEntry.Serializer. serialize(RowIndexEntry<IndexInfo> rie, DataOutputPlus out, java.nio.ByteBuffer indexInfo)voidRowIndexEntry.IndexSerializer. serializeForCache(RowIndexEntry<T> rie, DataOutputPlus out)voidRowIndexEntry.Serializer. serializeForCache(RowIndexEntry<IndexInfo> rie, DataOutputPlus out) -
Uses of RowIndexEntry in org.apache.cassandra.db.columniterator
Methods in org.apache.cassandra.db.columniterator with parameters of type RowIndexEntry Modifier and Type Method Description protected abstract AbstractSSTableIterator.ReaderAbstractSSTableIterator. createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile)protected AbstractSSTableIterator.ReaderSSTableIterator. createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile)protected AbstractSSTableIterator.ReaderSSTableReversedIterator. createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile)Constructors in org.apache.cassandra.db.columniterator with parameters of type RowIndexEntry Constructor Description AbstractSSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columnFilter, FileHandle ifile)IndexState(AbstractSSTableIterator.Reader 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) -
Uses of RowIndexEntry in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return RowIndexEntry Modifier and Type Method Description RowIndexEntrySSTableRewriter. append(UnfilteredRowIterator partition)RowIndexEntrySSTableRewriter. tryAppend(UnfilteredRowIterator partition)Methods in org.apache.cassandra.io.sstable with parameters of type RowIndexEntry Modifier and Type Method Description static SSTableIdentityIteratorSSTableIdentityIterator. create(SSTableReader sstable, FileDataInput dfile, RowIndexEntry<?> indexEntry, DecoratedKey key, boolean tombstoneOnly) -
Uses of RowIndexEntry in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format with type parameters of type RowIndexEntry Modifier and Type Field Description protected InstrumentingCache<KeyCacheKey,RowIndexEntry>SSTableReader. keyCacheMethods in org.apache.cassandra.io.sstable.format that return RowIndexEntry Modifier and Type Method Description abstract RowIndexEntrySSTableWriter. append(UnfilteredRowIterator iterator)Appends partition data to this writer.protected RowIndexEntrySSTableReader. getCachedPosition(KeyCacheKey unifiedKey, boolean updateStats)RowIndexEntrySSTableReader. getCachedPosition(DecoratedKey key, boolean updateStats)RowIndexEntrySSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op)Retrieves the position while updating the key cache and the stats.RowIndexEntrySSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats)protected abstract RowIndexEntrySSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats, boolean permitMatchPastLast, SSTableReadsListener listener)RowIndexEntrySSTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, SSTableReadsListener listener)Retrieves the position while updating the key cache and the stats.Methods in org.apache.cassandra.io.sstable.format that return types with arguments of type RowIndexEntry Modifier and Type Method Description InstrumentingCache<KeyCacheKey,RowIndexEntry>SSTableReader. getKeyCache()Methods in org.apache.cassandra.io.sstable.format with parameters of type RowIndexEntry Modifier and Type Method Description voidSSTableReader. cacheKey(DecoratedKey key, RowIndexEntry info)default voidSSTableReadsListener. onSSTableSelected(SSTableReader sstable, RowIndexEntry<?> indexEntry, SSTableReadsListener.SelectionReason reason)Handles notification that the specified SSTable has been selected during a single partition query.abstract UnfilteredRowIteratorSSTableReader. rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed)abstract UnfilteredRowIteratorSSTableReader. simpleIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, boolean tombstoneOnly) -
Uses of RowIndexEntry in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return RowIndexEntry Modifier and Type Method Description RowIndexEntryBigTableWriter. append(UnfilteredRowIterator iterator)Appends partition data to this writer.protected RowIndexEntryBigTableReader. getPosition(PartitionPosition key, SSTableReader.Operator op, boolean updateCacheAndStats, boolean permitMatchPastLast, SSTableReadsListener listener)Methods in org.apache.cassandra.io.sstable.format.big with parameters of type RowIndexEntry Modifier and Type Method Description UnfilteredRowIteratorBigTableReader. rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed)UnfilteredRowIteratorBigTableReader. simpleIterator(FileDataInput dfile, DecoratedKey key, RowIndexEntry position, boolean tombstoneOnly) -
Uses of RowIndexEntry in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type RowIndexEntry Modifier and Type Field Description AutoSavingCache<KeyCacheKey,RowIndexEntry>CacheService. keyCacheMethods in org.apache.cassandra.service that return types with arguments of type RowIndexEntry Modifier and Type Method Description Future<Pair<KeyCacheKey,RowIndexEntry>>CacheService.KeyCacheSerializer. deserialize(DataInputPlus input, ColumnFamilyStore cfs)
-