Uses of Interface
org.voltdb.client.ClientResponse
Packages that use ClientResponse
-
Uses of ClientResponse in org.voltdb.client
Fields in org.voltdb.client declared as ClientResponseMethods in org.voltdb.client that return ClientResponseModifier and TypeMethodDescriptionClient.callProcedure(String procName, Object... parameters) Invoke a procedure.Client2.callProcedureSync(String procName, Object... parameters) Synchronously call stored procedure.Client2.callProcedureSync(Client2CallOptions options, String procName, Object... parameters) Synchronously call stored procedure with optional overrides for selected values.Client.callProcedureWithClientTimeout(int queryTimeout, String procName, long clientTimeout, TimeUnit unit, Object... parameters) Synchronously invoke a procedure call, blocking until a result is available, with caller-specified client timeout and query timeout.Client.callProcedureWithTimeout(int queryTimeout, String procName, Object... parameters) Invoke a procedure with specified query timeout.ProcCallException.getClientResponse()When a ProcCallException has a response from the server, retrieve it with this method.SyncCallback.getResponse()Retrieve the ClientResponse returned for this procedure invocation.static ClientResponseSynchronously updates class definitions.Client.updateClasses(File jarPath, String classesToDelete) Synchronously updates class definitions in the VoltDB database.static ClientResponseUpdateClasses.updateSync(Client2 client, File jarPath, String classesToDelete) Synchronously updates class definitions via a "version 2" client.Methods in org.voltdb.client that return types with arguments of type ClientResponseModifier and TypeMethodDescriptionClient2.callProcedureAsync(String procName, Object... parameters) Asynchronously call stored procedure.Client2.callProcedureAsync(Client2CallOptions options, String procName, Object... parameters) Asynchronously call stored procedure with optional overrides for selected values.static CompletableFuture<ClientResponse>UpdateClasses.updateAsync(Client2 client, File jarPath, String classesToDelete) Asynchronously updates class definitions via a "version 2" client.Methods in org.voltdb.client with parameters of type ClientResponseModifier and TypeMethodDescriptionvoidClient2Notification.LateResponse.accept(ClientResponse resp, String host, int port) voidNullCallback.clientCallback(ClientResponse clientResponse) voidProcedureCallback.clientCallback(ClientResponse clientResponse) Implementation of callback to be provided by client applications.voidSyncCallback.clientCallback(ClientResponse clientResponse) voidClientStatusListenerExt.lateProcedureResponse(ClientResponse r, String hostname, int port) Called when a response arrives on a connection that has already had its callback called due to an elapsed timeout.voidClientStatusListenerExt.uncaughtException(ProcedureCallback callback, ClientResponse r, Throwable e) Called when aProcedureCallback.clientCallback(ClientResponse)invocation throws an exception.Constructors in org.voltdb.client with parameters of type ClientResponseModifierConstructorDescriptionClientResponseWithPartitionKey(Object partitionKey, ClientResponse response, int partitionId)