Uses of Interface
org.apache.cassandra.io.util.DataPosition
-
Packages that use DataPosition Package Description org.apache.cassandra.db.commitlog org.apache.cassandra.io.compress org.apache.cassandra.io.util -
-
Uses of DataPosition in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog with parameters of type DataPosition Modifier and Type Method Description longEncryptedFileSegmentInputStream. bytesPastMark(DataPosition mark) -
Uses of DataPosition in org.apache.cassandra.io.compress
Classes in org.apache.cassandra.io.compress that implement DataPosition Modifier and Type Class Description protected static classCompressedSequentialWriter.CompressedFileWriterMarkClass to hold a mark to the position of the fileMethods in org.apache.cassandra.io.compress that return DataPosition Modifier and Type Method Description DataPositionCompressedSequentialWriter. mark()Methods in org.apache.cassandra.io.compress with parameters of type DataPosition Modifier and Type Method Description voidCompressedSequentialWriter. resetAndTruncate(DataPosition mark) -
Uses of DataPosition in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement DataPosition Modifier and Type Class Description protected static classSequentialWriter.BufferedFileWriterMarkClass to hold a mark to the position of the fileMethods in org.apache.cassandra.io.util that return DataPosition Modifier and Type Method Description DataPositionFileSegmentInputStream. mark()DataPositionRandomAccessReader. mark()DataPositionRewindableDataInput. mark()DataPositionSequentialWriter. mark()Methods in org.apache.cassandra.io.util with parameters of type DataPosition Modifier and Type Method Description longFileSegmentInputStream. bytesPastMark(DataPosition mark)longRandomAccessReader. bytesPastMark(DataPosition mark)longRewindableDataInput. bytesPastMark(DataPosition mark)voidFileSegmentInputStream. reset(DataPosition mark)voidRandomAccessReader. reset(DataPosition mark)voidRewindableDataInput. reset(DataPosition mark)voidSequentialWriter. resetAndTruncate(DataPosition mark)Drops all buffered data that's past the limits of our new file mark + buffer capacity, or syncs and truncates the underlying file to the marked position
-