public class CuratorClientFactoryImpl extends Object implements CuratorClientFactory
| Constructor and Description |
|---|
CuratorClientFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.curator.framework.CuratorFramework |
newClient(String connectString,
int sessionTimeoutMs,
int connectionTimeoutMs,
org.apache.curator.RetryPolicy retryPolicy,
org.apache.curator.framework.api.ACLProvider aclProvider,
List<org.apache.curator.framework.AuthInfo> authorization) |
public org.apache.curator.framework.CuratorFramework newClient(String connectString, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.curator.RetryPolicy retryPolicy, org.apache.curator.framework.api.ACLProvider aclProvider, List<org.apache.curator.framework.AuthInfo> authorization)
newClient in interface CuratorClientFactoryCopyright © 2017. All rights reserved.