Uses of Enum Class
org.voltdb.client.ClientStatusListenerExt.AutoConnectionStatus
Packages that use ClientStatusListenerExt.AutoConnectionStatus
-
Uses of ClientStatusListenerExt.AutoConnectionStatus in org.voltdb.client
Methods in org.voltdb.client that return ClientStatusListenerExt.AutoConnectionStatusModifier 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.Methods in org.voltdb.client with parameters of type ClientStatusListenerExt.AutoConnectionStatusModifier and TypeMethodDescriptionvoidClientStatusListenerExt.connectionCreated(String hostname, int port, ClientStatusListenerExt.AutoConnectionStatus status) Notify listeners that the client tried to create connection to unconnected nodes upon topology change.