Uses of Enum Class
org.voltdb.client.ClientStatusListenerExt.DisconnectCause
Packages that use ClientStatusListenerExt.DisconnectCause
-
Uses of ClientStatusListenerExt.DisconnectCause in org.voltdb.client
Methods in org.voltdb.client that return ClientStatusListenerExt.DisconnectCauseModifier 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.Methods in org.voltdb.client with parameters of type ClientStatusListenerExt.DisconnectCauseModifier and TypeMethodDescriptionvoid
ClientStatusListenerExt.connectionLost
(String hostname, int port, int connectionsLeft, ClientStatusListenerExt.DisconnectCause cause) Notify listeners that a connection to a host was lost.