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

tech.ytsaurus.client.discovery.Discoverer Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.client.discovery;

import java.util.List;

public interface Discoverer {
    /**
     * Return current discovery servers addresses at the moment.
     */
    List listDiscoveryServers();

    /**
     * Stop any discovery activity.
     */
    void stop();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy