Uses of Enum Class
org.voltdb.client.ClientStatusListenerExt.DisconnectCause
-
Uses of ClientStatusListenerExt.DisconnectCause in org.voltdb.client
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ClientStatusListenerExt.DisconnectCause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ClientStatusListenerExt.connectionLost
(String hostname, int port, int connectionsLeft, ClientStatusListenerExt.DisconnectCause cause) Notify listeners that a connection to a host was lost.