Uses of Class
org.voltdb.client.ClientStatusListenerExt
-
Uses of ClientStatusListenerExt in org.voltdb.client
ModifierConstructorDescriptionClientConfig
(String username, String password, boolean cleartext, ClientStatusListenerExt listener) Configuration for a client that specifies authentication credentials, the password being optionally hashed prior to the call.ClientConfig
(String username, String password, boolean cleartext, ClientStatusListenerExt listener, org.voltdb.client.ClientAuthScheme scheme) Configuration for a client that specifies authentication credentials, the password being optionally hashed prior to the call.ClientConfig
(String username, String password, ClientStatusListenerExt listener) Configuration for a client that specifies cleartext authentication credentials.ClientConfig
(String username, String password, ClientStatusListenerExt listener, org.voltdb.client.ClientAuthScheme scheme) Configuration for a client that specifies cleartext authentication credentials.ClientConfig
(Subject subject, ClientStatusListenerExt listener) Configuration for a client that specifies an already authenticatedSubject
.