Uses of Interface
org.apache.curator.framework.state.ConnectionStateErrorPolicy
Packages that use ConnectionStateErrorPolicy
Package
Description
-
Uses of ConnectionStateErrorPolicy in org.apache.curator.framework
Methods in org.apache.curator.framework that return ConnectionStateErrorPolicyModifier and TypeMethodDescriptionCuratorFramework.getConnectionStateErrorPolicy()
Return the configured error policyCuratorFrameworkFactory.Builder.getConnectionStateErrorPolicy()
Methods in org.apache.curator.framework with parameters of type ConnectionStateErrorPolicyModifier and TypeMethodDescriptionCuratorFrameworkFactory.Builder.connectionStateErrorPolicy
(ConnectionStateErrorPolicy connectionStateErrorPolicy) Set the error policy to use. -
Uses of ConnectionStateErrorPolicy in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return ConnectionStateErrorPolicy -
Uses of ConnectionStateErrorPolicy in org.apache.curator.framework.state
Classes in org.apache.curator.framework.state that implement ConnectionStateErrorPolicyModifier and TypeClassDescriptionclass
This policy treats onlyConnectionState.LOST
as an errorclass
This policy treatsConnectionState.SUSPENDED
andConnectionState.LOST
as errors