Class DirectIOSegment

java.lang.Object
org.apache.cassandra.db.commitlog.CommitLogSegment
org.apache.cassandra.db.commitlog.DirectIOSegment

public class DirectIOSegment extends CommitLogSegment
  • Method Details

    • flush

      protected void flush(int startMarker, int nextMarker)
    • onDiskSize

      public long onDiskSize()
      Specified by:
      onDiskSize in class CommitLogSegment
    • internalClose

      protected void internalClose()
      Description copied from class: CommitLogSegment
      Close the segment file. Do not call from outside this class, use syncAndClose() instead.
      Overrides:
      internalClose in class CommitLogSegment