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

tech.ytsaurus.client.sync.SyncTableReader Maven / Gradle / Ivy

package tech.ytsaurus.client.sync;

import java.io.IOException;
import java.util.Iterator;

public interface SyncTableReader extends Iterator, AutoCloseable {
    @Override
    void close() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy