|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionFailRetryLoop.Mode | |
|---|---|
| org.apache.curator | |
| Uses of SessionFailRetryLoop.Mode in org.apache.curator |
|---|
| Methods in org.apache.curator that return SessionFailRetryLoop.Mode | |
|---|---|
static SessionFailRetryLoop.Mode |
SessionFailRetryLoop.Mode.valueOf(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 | ||
|---|---|---|
static
|
SessionFailRetryLoop.callWithRetry(CuratorZookeeperClient client,
SessionFailRetryLoop.Mode mode,
Callable<T> proc)
Convenience utility: creates a "session fail" retry loop calling the given proc |
|
SessionFailRetryLoop |
CuratorZookeeperClient.newSessionFailRetryLoop(SessionFailRetryLoop.Mode mode)
Return a new "session fail" retry loop. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||