Uses of Enum Class
org.voltdb.client.ClientStatusListenerExt.AutoConnectionStatus
-
Uses of ClientStatusListenerExt.AutoConnectionStatus in org.voltdb.client
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ClientStatusListenerExt.AutoConnectionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ClientStatusListenerExt.connectionCreated
(String hostname, int port, ClientStatusListenerExt.AutoConnectionStatus status) Notify listeners that the client tried to create connection to unconnected nodes upon topology change.