Uses of Interface
org.apache.cassandra.io.util.DataPosition
Packages that use DataPosition
Package
Description
-
Uses of DataPosition in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog with parameters of type DataPositionModifier and TypeMethodDescriptionlongEncryptedFileSegmentInputStream.bytesPastMark(DataPosition mark) -
Uses of DataPosition in org.apache.cassandra.io.compress
Classes in org.apache.cassandra.io.compress that implement DataPositionModifier and TypeClassDescriptionprotected static classClass to hold a mark to the position of the fileMethods in org.apache.cassandra.io.compress that return DataPositionMethods in org.apache.cassandra.io.compress with parameters of type DataPositionModifier and TypeMethodDescriptionvoidCompressedSequentialWriter.resetAndTruncate(DataPosition mark) -
Uses of DataPosition in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement DataPositionModifier and TypeClassDescriptionprotected static classClass to hold a mark to the position of the fileMethods in org.apache.cassandra.io.util that return DataPositionModifier and TypeMethodDescriptionFileSegmentInputStream.mark()RandomAccessReader.mark()RewindableDataInput.mark()SequentialWriter.mark()Methods in org.apache.cassandra.io.util with parameters of type DataPositionModifier and TypeMethodDescriptionlongFileSegmentInputStream.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