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

com.netflix.curator.test.ZooKeeperMainFace Maven / Gradle / Ivy

package com.netflix.curator.test;

import org.apache.zookeeper.server.quorum.QuorumPeerConfig;
import java.io.Closeable;

public interface ZooKeeperMainFace extends Closeable
{
    public void runFromConfig(QuorumPeerConfig config) throws Exception;

    public void blockUntilStarted() throws Exception;

    public void kill();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy