All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.cassandra.hints.InputPosition Maven / Gradle / Ivy

Go to download

The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.

There is a newer version: 5.0.0
Show newest version
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