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

io.split.storages.SegmentCacheCommons Maven / Gradle / Ivy

package io.split.storages;

public interface SegmentCacheCommons {

    /**
     * returns the changeNumber of a segment
     * @param segmentName
     * @return
     */
    long getChangeNumber(String segmentName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy