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, and an optional listener to process callbacks.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, an optional listener to process callbacks, and a specific password hash scheme.ClientConfig
(String username, String password, ClientStatusListenerExt listener) Configuration for a client that specifies cleartext authentication credentials, and an optional listener to process callbacks.ClientConfig
(String username, String password, ClientStatusListenerExt listener, org.voltdb.client.ClientAuthScheme scheme) Configuration for a client that specifies cleartext authentication credentials, an optional listener to process callbacks, and a specific password hash scheme.ClientConfig
(Subject subject, ClientStatusListenerExt listener) Configuration for a client that specifies an already authenticatedSubject
.