Uses of Class
org.apache.cassandra.db.commitlog.ReplayPosition

Packages that use ReplayPosition
org.apache.cassandra.db   
org.apache.cassandra.db.commitlog   
org.apache.cassandra.io.sstable   
 

Uses of ReplayPosition in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type ReplayPosition
 SSTableWriter ColumnFamilyStore.createFlushWriter(long estimatedRows, long estimatedSize, ReplayPosition context)
           
 

Method parameters in org.apache.cassandra.db with type arguments of type ReplayPosition
 void Memtable.flushAndSignal(java.util.concurrent.CountDownLatch latch, java.util.concurrent.ExecutorService writer, java.util.concurrent.Future<ReplayPosition> context)
           
 

Uses of ReplayPosition in org.apache.cassandra.db.commitlog
 

Fields in org.apache.cassandra.db.commitlog declared as ReplayPosition
static ReplayPosition ReplayPosition.NONE
           
 

Fields in org.apache.cassandra.db.commitlog with type parameters of type ReplayPosition
static java.util.Comparator<ReplayPosition> ReplayPosition.comparator
           
 

Methods in org.apache.cassandra.db.commitlog that return ReplayPosition
 ReplayPosition ReplayPosition.ReplayPositionSerializer.deserialize(java.io.DataInput dis)
           
 ReplayPosition CommitLogSegment.getContext()
           
static ReplayPosition ReplayPosition.getReplayPosition(java.lang.Iterable<? extends SSTableReader> sstables)
          Convenience method to compute the replay position for a group of SSTables.
 ReplayPosition CommitLogSegment.write(RowMutation rowMutation)
          Appends a row mutation onto the commit log.
 

Methods in org.apache.cassandra.db.commitlog that return types with arguments of type ReplayPosition
 java.util.concurrent.Future<ReplayPosition> CommitLog.getContext()
           
 

Methods in org.apache.cassandra.db.commitlog with parameters of type ReplayPosition
 int ReplayPosition.compareTo(ReplayPosition other)
           
 boolean CommitLogSegment.contains(ReplayPosition context)
          Check to see if a certain ReplayPosition is contained by this segment file.
 void CommitLog.discardCompletedSegments(java.lang.Integer cfId, ReplayPosition context)
          Modifies the per-CF dirty cursors of any commit log segments for the column family according to the position given.
 void CommitLogSegment.markClean(java.lang.Integer cfId, ReplayPosition context)
          Marks the ColumnFamily specified by cfId as clean for this log segment.
 void ReplayPosition.ReplayPositionSerializer.serialize(ReplayPosition rp, java.io.DataOutput dos)
           
 long ReplayPosition.ReplayPositionSerializer.serializedSize(ReplayPosition object)
           
 

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

Fields in org.apache.cassandra.io.sstable declared as ReplayPosition
 ReplayPosition SSTableMetadata.replayPosition
           
protected  ReplayPosition SSTableMetadata.Collector.replayPosition
           
 

Methods in org.apache.cassandra.io.sstable that return ReplayPosition
 ReplayPosition SSTableReader.getReplayPosition()
           
 

Methods in org.apache.cassandra.io.sstable with parameters of type ReplayPosition
 SSTableMetadata.Collector SSTableMetadata.Collector.replayPosition(ReplayPosition replayPosition)
           
 



Copyright © 2012 The Apache Software Foundation