org.apache.cassandra.hints.InputPosition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cassandra-all Show documentation
Show all versions of cassandra-all Show documentation
A fork of the Apache Cassandra Project ready to embed Elasticsearch.
package org.apache.cassandra.hints;
/**
* Marker interface for file positions as provided by the various ChecksummedDataReader implementations.
*/
public interface InputPosition
{
long subtract(InputPosition other);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy