Uses of Interface
org.apache.curator.connection.ConnectionHandlingPolicy
-
Packages that use ConnectionHandlingPolicy Package Description org.apache.curator org.apache.curator.connection -
-
Uses of ConnectionHandlingPolicy in org.apache.curator
Methods in org.apache.curator that return ConnectionHandlingPolicy Modifier and Type Method Description ConnectionHandlingPolicyCuratorZookeeperClient. getConnectionHandlingPolicy()Return the configured connection handling policyConstructors in org.apache.curator with parameters of type ConnectionHandlingPolicy Constructor Description CuratorZookeeperClient(ZookeeperFactory zookeeperFactory, EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, int waitForShutdownTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy, boolean canBeReadOnly, ConnectionHandlingPolicy connectionHandlingPolicy)CuratorZookeeperClient(ZookeeperFactory zookeeperFactory, EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy, boolean canBeReadOnly, ConnectionHandlingPolicy connectionHandlingPolicy) -
Uses of ConnectionHandlingPolicy in org.apache.curator.connection
Classes in org.apache.curator.connection that implement ConnectionHandlingPolicy Modifier and Type Class Description classStandardConnectionHandlingPolicyCurator's standard connection handling since 3.0.0
-