Uses of Enum
org.apache.curator.SessionFailRetryLoop.Mode
Packages that use SessionFailRetryLoop.Mode
-
Uses of SessionFailRetryLoop.Mode in org.apache.curator
Subclasses with type arguments of type SessionFailRetryLoop.Mode in org.apache.curatorMethods in org.apache.curator that return SessionFailRetryLoop.ModeModifier and TypeMethodDescriptionstatic SessionFailRetryLoop.ModeReturns 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.Methods in org.apache.curator with parameters of type SessionFailRetryLoop.ModeModifier and TypeMethodDescriptionstatic <T> TSessionFailRetryLoop.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.