Uses of Class
org.apache.curator.SessionFailRetryLoop.Mode
-
Packages that use SessionFailRetryLoop.Mode Package Description org.apache.curator -
-
Uses of SessionFailRetryLoop.Mode in org.apache.curator
Methods in org.apache.curator that return SessionFailRetryLoop.Mode Modifier and Type Method Description static SessionFailRetryLoop.ModeSessionFailRetryLoop.Mode. valueOf(java.lang.String name)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.Methods in org.apache.curator with parameters of type SessionFailRetryLoop.Mode Modifier and Type Method Description static <T> TSessionFailRetryLoop. callWithRetry(CuratorZookeeperClient client, SessionFailRetryLoop.Mode mode, java.util.concurrent.Callable<T> proc)Convenience utility: creates a "session fail" retry loop calling the given procSessionFailRetryLoopCuratorZookeeperClient. newSessionFailRetryLoop(SessionFailRetryLoop.Mode mode)Return a new "session fail" retry loop.
-