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 all possible constructor arguments: 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) Deprecated.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) Deprecated.no longer useful since there is only one valid value forscheme
ClientConfig
(Subject subject, ClientStatusListenerExt listener) Configuration for a client that specifies an already authenticatedSubject
.
scheme