Uses of Class
org.apache.cassandra.db.commitlog.CommitLogSegment.CommitLogContext

Packages that use CommitLogSegment.CommitLogContext
org.apache.cassandra.db.commitlog   
 

Uses of CommitLogSegment.CommitLogContext in org.apache.cassandra.db.commitlog
 

Methods in org.apache.cassandra.db.commitlog that return CommitLogSegment.CommitLogContext
 CommitLogSegment.CommitLogContext CommitLog.getContext()
           
 CommitLogSegment.CommitLogContext CommitLogSegment.getContext()
           
 CommitLogSegment.CommitLogContext CommitLogSegment.write(RowMutation rowMutation, java.lang.Object serializedRow)
           
 

Methods in org.apache.cassandra.db.commitlog that return types with arguments of type CommitLogSegment.CommitLogContext
 java.util.concurrent.Future<CommitLogSegment.CommitLogContext> CommitLog.add(RowMutation rowMutation, java.lang.Object serializedRow)
           
 

Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogSegment.CommitLogContext
 void CommitLog.discardCompletedSegments(java.lang.String tableName, java.lang.String cf, CommitLogSegment.CommitLogContext context)
           
 



Copyright © 2010 The Apache Software Foundation