Uses of Interface
org.voltdb.client.Client
-
Uses of Client in org.voltdb.client
Modifier and TypeMethodDescriptionstatic Client
ClientFactory.createClient()
Create aClient
with no connections and all default options.static Client
ClientFactory.createClient
(ClientConfig config) Recommended method for creating aClient
.Modifier and TypeMethodDescriptionstatic ClientResponse
Synchronously updates class definitions.static boolean
UpdateClasses.update
(Client client, ProcedureCallback callback, File jarPath, String classesToDelete) Asynchronously updates class definitions.