Uses of Enum
org.apache.curator.SessionFailRetryLoop.Mode
-
Uses of SessionFailRetryLoop.Mode in org.apache.curator
Modifier and TypeMethodDescriptionstatic SessionFailRetryLoop.Mode
Returns the enum constant of this type with the specified name.static SessionFailRetryLoop.Mode[]
SessionFailRetryLoop.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T> T
SessionFailRetryLoop.callWithRetry
(CuratorZookeeperClient client, SessionFailRetryLoop.Mode mode, Callable<T> proc) Convenience utility: creates a "session fail" retry loop calling the given procCuratorZookeeperClient.newSessionFailRetryLoop
(SessionFailRetryLoop.Mode mode) Return a new "session fail" retry loop.