Package org.apache.cassandra.hints
Interface InputPosition
-
public interface InputPosition
Marker interface for file positions as provided by the various ChecksummedDataReader implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
subtract(InputPosition other)
-
-
-
Method Detail
-
subtract
long subtract(InputPosition other)
-
-