Uses of Class
org.apache.cassandra.db.commitlog.CommitLogDescriptor
-
Packages that use CommitLogDescriptor Package Description org.apache.cassandra.db.commitlog -
-
Uses of CommitLogDescriptor in org.apache.cassandra.db.commitlog
Fields in org.apache.cassandra.db.commitlog declared as CommitLogDescriptor Modifier and Type Field Description CommitLogDescriptor
CommitLogSegment. descriptor
Methods in org.apache.cassandra.db.commitlog that return CommitLogDescriptor Modifier and Type Method Description static CommitLogDescriptor
CommitLogDescriptor. fromFileName(java.lang.String name)
static CommitLogDescriptor
CommitLogDescriptor. fromHeader(File file, EncryptionContext encryptionContext)
static CommitLogDescriptor
CommitLogDescriptor. readHeader(java.io.DataInput input, EncryptionContext encryptionContext)
Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogDescriptor Modifier and Type Method Description boolean
CommitLogDescriptor. equals(CommitLogDescriptor that)
boolean
CommitLogDescriptor. equalsIgnoringCompression(CommitLogDescriptor that)
void
CommitLogReadHandler. handleMutation(Mutation m, int size, int entryLocation, CommitLogDescriptor desc)
Process a deserialized mutationvoid
CommitLogReplayer. handleMutation(Mutation m, int size, int entryLocation, CommitLogDescriptor desc)
protected void
CommitLogReader. readMutation(CommitLogReadHandler handler, byte[] inputBuffer, int size, CommitLogPosition minPosition, int entryLocation, CommitLogDescriptor desc)
Deserializes and passes a Mutation to the ICommitLogReadHandler requestedstatic void
CommitLogSegment. writeCDCIndexFile(CommitLogDescriptor desc, int offset, boolean complete)
We persist the offset of the last data synced to disk so clients can parse only durable data if they choose.static void
CommitLogDescriptor. writeHeader(java.nio.ByteBuffer out, CommitLogDescriptor descriptor)
static void
CommitLogDescriptor. writeHeader(java.nio.ByteBuffer out, CommitLogDescriptor descriptor, java.util.Map<java.lang.String,java.lang.String> additionalHeaders)
Constructors in org.apache.cassandra.db.commitlog with parameters of type CommitLogDescriptor Constructor Description CommitLogSegmentReader(CommitLogReadHandler handler, CommitLogDescriptor descriptor, RandomAccessReader reader, boolean tolerateTruncation)
-