Package org.apache.cassandra.io.compress
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 Summary
ConstructorsConstructorDescriptionCompressedFileWriterMark(long chunkOffset, long uncDataOffset, int validBufferBytes, int nextChunkIndex) -
Method Summary
-
Constructor Details
-
CompressedFileWriterMark
public CompressedFileWriterMark(long chunkOffset, long uncDataOffset, int validBufferBytes, int nextChunkIndex)
-