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 CommitLogDescriptorCommitLogSegment. descriptorMethods in org.apache.cassandra.db.commitlog that return CommitLogDescriptor Modifier and Type Method Description static CommitLogDescriptorCommitLogDescriptor. fromFileName(java.lang.String name)static CommitLogDescriptorCommitLogDescriptor. fromHeader(File file, EncryptionContext encryptionContext)static CommitLogDescriptorCommitLogDescriptor. readHeader(java.io.DataInput input, EncryptionContext encryptionContext)Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogDescriptor Modifier and Type Method Description booleanCommitLogDescriptor. equals(CommitLogDescriptor that)booleanCommitLogDescriptor. equalsIgnoringCompression(CommitLogDescriptor that)voidCommitLogReadHandler. handleMutation(Mutation m, int size, int entryLocation, CommitLogDescriptor desc)Process a deserialized mutationvoidCommitLogReplayer. handleMutation(Mutation m, int size, int entryLocation, CommitLogDescriptor desc)protected voidCommitLogReader. readMutation(CommitLogReadHandler handler, byte[] inputBuffer, int size, CommitLogPosition minPosition, int entryLocation, CommitLogDescriptor desc)Deserializes and passes a Mutation to the ICommitLogReadHandler requestedstatic voidCommitLogSegment. 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 voidCommitLogDescriptor. writeHeader(java.nio.ByteBuffer out, CommitLogDescriptor descriptor)static voidCommitLogDescriptor. 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)
-