| Package | Description |
|---|---|
| org.apache.curator.connection |
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionHandlingPolicy.CheckTimeoutsResult |
ConnectionHandlingPolicy.checkTimeouts(java.util.concurrent.Callable<java.lang.String> getNewConnectionString,
long connectionStartMs,
int sessionTimeoutMs,
int connectionTimeoutMs) |
Check timeouts.
|
ConnectionHandlingPolicy.CheckTimeoutsResult |
StandardConnectionHandlingPolicy.checkTimeouts(java.util.concurrent.Callable<java.lang.String> hasNewConnectionString,
long connectionStartMs,
int sessionTimeoutMs,
int connectionTimeoutMs) |
|
static ConnectionHandlingPolicy.CheckTimeoutsResult |
ConnectionHandlingPolicy.CheckTimeoutsResult.valueOf(java.lang.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–2018 The Apache Software Foundation. All rights reserved.