Class CompressedSequentialWriter.CompressedFileWriterMark

java.lang.Object
org.apache.cassandra.io.compress.CompressedSequentialWriter.CompressedFileWriterMark
All Implemented Interfaces:
DataPosition
Enclosing class:
CompressedSequentialWriter

protected static class CompressedSequentialWriter.CompressedFileWriterMark extends Object implements DataPosition
Class to hold a mark to the position of the file
  • Constructor Details

    • CompressedFileWriterMark

      public CompressedFileWriterMark(long chunkOffset, long uncDataOffset, int validBufferBytes, int nextChunkIndex)