
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 - 2025 Weber Informatics LLC | Privacy Policy