Package | Description |
---|---|
org.apache.cassandra.db.commitlog |
Modifier and Type | Field and Description |
---|---|
CommitLogDescriptor |
CommitLogSegment.descriptor |
Modifier and Type | Method and Description |
---|---|
static CommitLogDescriptor |
CommitLogDescriptor.fromFileName(java.lang.String name) |
static CommitLogDescriptor |
CommitLogDescriptor.fromHeader(java.io.File file) |
static CommitLogDescriptor |
CommitLogDescriptor.readHeader(java.io.DataInput input) |
Modifier and Type | Method and Description |
---|---|
boolean |
CommitLogDescriptor.equals(CommitLogDescriptor that) |
boolean |
CommitLogDescriptor.equalsIgnoringCompression(CommitLogDescriptor that) |
boolean |
CommitLogReplayer.logAndCheckIfShouldSkip(java.io.File file,
CommitLogDescriptor desc) |
static void |
CommitLogDescriptor.writeHeader(java.nio.ByteBuffer out,
CommitLogDescriptor descriptor) |
Copyright © 2015 The Apache Software Foundation