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

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

There is a newer version: 3.11.12.3
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