| Package | Description |
|---|---|
| org.apache.curator.connection |
| Modifier and Type | Method and Description |
|---|---|
ConnectionHandlingPolicy.CheckTimeoutsResult |
StandardConnectionHandlingPolicy.checkTimeouts(Callable<String> hasNewConnectionString,
long connectionStartMs,
int sessionTimeoutMs,
int connectionTimeoutMs) |
ConnectionHandlingPolicy.CheckTimeoutsResult |
ConnectionHandlingPolicy.checkTimeouts(Callable<String> getNewConnectionString,
long connectionStartMs,
int sessionTimeoutMs,
int connectionTimeoutMs)
Check timeouts.
|
static ConnectionHandlingPolicy.CheckTimeoutsResult |
ConnectionHandlingPolicy.CheckTimeoutsResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionHandlingPolicy.CheckTimeoutsResult[] |
ConnectionHandlingPolicy.CheckTimeoutsResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.