Uses of Interface
org.voltdb.client.ProcedureCallback
Packages that use ProcedureCallback
-
Uses of ProcedureCallback in org.voltdb.client
Classes in org.voltdb.client that implement ProcedureCallbackModifier and TypeClassDescriptionfinal class
A utility callback that can be instantiated for asynchronous invocations where the result including success/failure is going to be ignored.final class
A utility class that allows a client to queue a stored procedure invocation asynchronously and then poll or join on the response.Methods in org.voltdb.client with parameters of type ProcedureCallbackModifier and TypeMethodDescriptionboolean
Client.callProcedure
(ProcedureCallback callback, String procName, Object... parameters) Asynchronously invoke a procedure.boolean
Client.callProcedureWithClientTimeout
(ProcedureCallback callback, int queryTimeout, String procName, long clientTimeout, TimeUnit clientTimeoutUnit, Object... parameters) Asynchronously invoke a procedure call with specified client and query timeouts.boolean
Client.callProcedureWithTimeout
(ProcedureCallback callback, int queryTimeout, String procName, Object... parameters) Asynchronously invoke a procedure with specified query timeout.void
ClientStatusListenerExt.uncaughtException
(ProcedureCallback callback, ClientResponse r, Throwable e) Called when aclientCallback(ClientResponse)
invocation throws an exception.static boolean
UpdateClasses.update
(Client client, ProcedureCallback callback, File jarPath, String classesToDelete) Asynchronously updates class definitions.boolean
Client.updateClasses
(ProcedureCallback callback, File jarPath, String classesToDelete) Asynchronously updates class definitions in the VoltDB database.