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

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

package io.split.storages;

import java.util.Set;

public interface SplitCacheCommons {
    long getChangeNumber();
    Set getSegments();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy