public abstract class BaseClientFactory extends Object
public IClient start() throws IOException, InterruptedException
IOException - IO ExceptionInterruptedException - InterruptedExceptionpublic IClient start(int waitingTime, TimeUnit timeUnit) throws IOException, InterruptedException, org.apache.zookeeper.KeeperException
waitingTime - waiting timetimeUnit - time unitIOException - IO ExceptionInterruptedException - interrupted exceptionorg.apache.zookeeper.KeeperException - operation timeout exceptionCopyright © 2018. All rights reserved.