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 Client
ClientFactory.createClient()
Create aClient
with no connections and all default options.static Client
ClientFactory.createClient
(ClientConfig config) Create a "version 1" client,Client
.Methods in org.voltdb.client with parameters of type ClientModifier and TypeMethodDescriptionstatic ClientResponse
Synchronously updates class definitions.static boolean
UpdateClasses.update
(Client client, ProcedureCallback callback, File jarPath, String classesToDelete) Asynchronously updates class definitions.