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

io.split.engine.common.SyncManager Maven / Gradle / Ivy

package io.split.engine.common;

import java.io.IOException;

public interface SyncManager {
    void start();
    void shutdown(long splitCount, long segmentCount, long segmentKeyCount) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy