Uses of Class
org.apache.cassandra.db.RowIndexEntry

Packages that use RowIndexEntry
org.apache.cassandra.db   
org.apache.cassandra.db.columniterator   
org.apache.cassandra.db.filter   
org.apache.cassandra.io.sstable   
org.apache.cassandra.service   
 

Uses of RowIndexEntry in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return RowIndexEntry
static RowIndexEntry RowIndexEntry.create(long position, DeletionInfo deletionInfo, ColumnIndex index)
           
 RowIndexEntry RowIndexEntry.Serializer.deserialize(java.io.DataInput dis, Descriptor.Version version)
           
 RowIndexEntry RowIndexEntry.Serializer.deserializePositionOnly(java.io.DataInput dis, Descriptor.Version version)
           
 

Methods in org.apache.cassandra.db with parameters of type RowIndexEntry
 void RowIndexEntry.Serializer.serialize(RowIndexEntry rie, java.io.DataOutput dos)
           
 

Uses of RowIndexEntry in org.apache.cassandra.db.columniterator
 

Constructors in org.apache.cassandra.db.columniterator with parameters of type RowIndexEntry
SSTableNamesIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, java.util.SortedSet<java.nio.ByteBuffer> columns, RowIndexEntry indexEntry)
           
SSTableSliceIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, ColumnSlice[] slices, boolean reversed, RowIndexEntry indexEntry)
          An iterator for a slice within an SSTable
 

Uses of RowIndexEntry in org.apache.cassandra.db.filter
 

Methods in org.apache.cassandra.db.filter with parameters of type RowIndexEntry
 ISSTableColumnIterator IDiskAtomFilter.getSSTableColumnIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry)
          Get an iterator that returns columns from the given SSTable using the opened file matching the Filter criteria in sorted order.
 ISSTableColumnIterator NamesQueryFilter.getSSTableColumnIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry)
           
 ISSTableColumnIterator QueryFilter.getSSTableColumnIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry)
           
 ISSTableColumnIterator SliceQueryFilter.getSSTableColumnIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry)
           
 

Uses of RowIndexEntry in org.apache.cassandra.io.sstable
 

Fields in org.apache.cassandra.io.sstable declared as RowIndexEntry
protected  RowIndexEntry SSTableScanner.FilteredKeyScanningIterator.nextEntry
           
 

Methods in org.apache.cassandra.io.sstable that return RowIndexEntry
 RowIndexEntry SSTableWriter.append(AbstractCompactedRow row)
           
 RowIndexEntry SSTableReader.getCachedPosition(DecoratedKey key, boolean updateStats)
           
 RowIndexEntry SSTableReader.getPosition(RowPosition key, SSTableReader.Operator op)
          Get position updating key cache and stats.
 RowIndexEntry SSTableReader.getPosition(RowPosition key, SSTableReader.Operator op, boolean updateCacheAndStats)
           
 

Methods in org.apache.cassandra.io.sstable that return types with arguments of type RowIndexEntry
 InstrumentingCache<KeyCacheKey,RowIndexEntry> SSTableReader.getKeyCache()
           
 

Methods in org.apache.cassandra.io.sstable with parameters of type RowIndexEntry
 void SSTableReader.cacheKey(DecoratedKey key, RowIndexEntry info)
           
 

Uses of RowIndexEntry in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service with type parameters of type RowIndexEntry
 AutoSavingCache<KeyCacheKey,RowIndexEntry> CacheService.keyCache
           
 

Methods in org.apache.cassandra.service that return types with arguments of type RowIndexEntry
 java.util.concurrent.Future<Pair<KeyCacheKey,RowIndexEntry>> CacheService.KeyCacheSerializer.deserialize(java.io.DataInputStream input, ColumnFamilyStore cfs)
           
 



Copyright © 2012 The Apache Software Foundation