Uses of Class
org.voltdb.client.ClientStatusListenerExt
Packages that use ClientStatusListenerExt
-
Uses of ClientStatusListenerExt in org.voltdb.client
Constructors in org.voltdb.client with parameters of type ClientStatusListenerExtModifierConstructorDescriptionClientConfig
(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
.