Uses of Class
org.apache.curator.framework.state.ConnectionState
-
Packages that use ConnectionState Package Description org.apache.curator.framework.state -
-
Uses of ConnectionState in org.apache.curator.framework.state
Methods in org.apache.curator.framework.state that return ConnectionState Modifier and Type Method Description static ConnectionStateConnectionState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConnectionState[]ConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.curator.framework.state with parameters of type ConnectionState Modifier and Type Method Description booleanConnectionStateManager. addStateChange(ConnectionState newConnectionState)Post a state change.booleanConnectionStateErrorPolicy. isErrorState(ConnectionState state)Returns true if the given state should cause the recipe to act as though the connection has been lost.booleanSessionConnectionStateErrorPolicy. isErrorState(ConnectionState state)booleanStandardConnectionStateErrorPolicy. isErrorState(ConnectionState state)voidCircuitBreakingConnectionStateListener. stateChanged(CuratorFramework client, ConnectionState newState)voidConnectionStateListener. stateChanged(CuratorFramework client, ConnectionState newState)Called when there is a state change in the connection
-