Uses of Interface
org.voltdb.client.Client
Packages that use Client
-
Uses of Client in org.voltdb.client
Methods in org.voltdb.client that return ClientModifier and TypeMethodDescriptionstatic ClientClientFactory.createClient()Create aClientwith no connections and all default options.static ClientClientFactory.createClient(ClientConfig config) Create a "version 1" client,Client.Methods in org.voltdb.client with parameters of type ClientModifier and TypeMethodDescriptionstatic ClientResponseSynchronously updates class definitions.static booleanUpdateClasses.update(Client client, ProcedureCallback callback, File jarPath, String classesToDelete) Asynchronously updates class definitions.