Package | Description |
---|---|
org.voltdb.client |
Package containing code specific to the VoltDB Java Client Driver.
|
Modifier and Type | Method and Description |
---|---|
static ClientStatusListenerExt.DisconnectCause |
ClientStatusListenerExt.DisconnectCause.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientStatusListenerExt.DisconnectCause[] |
ClientStatusListenerExt.DisconnectCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientStatusListenerExt.connectionLost(java.lang.String hostname,
int port,
int connectionsLeft,
ClientStatusListenerExt.DisconnectCause cause)
Notify listeners that a connection to a host was lost.
|