Uses of Class
org.voltdb.client.ClientResponseWithPartitionKey
-
Uses of ClientResponseWithPartitionKey in org.voltdb.client
Modifier and TypeMethodDescriptionClient.callAllPartitionProcedure
(String procedureName, Object... params) Synchronously execute a stored procedure on a set of partitions, one partition at a time.Client2.callAllPartitionProcedureSync
(Client2CallOptions options, String procName, Object... parameters) Synchronously call an all-partition stored procedure.Modifier and TypeMethodDescriptionvoid
AllPartitionProcedureCallback.clientCallback
(ClientResponseWithPartitionKey[] responses) Implementation of callback to be provided by client applications.