Uses of Class
org.voltdb.client.ClientResponseWithPartitionKey
Packages that use ClientResponseWithPartitionKey
-
Uses of ClientResponseWithPartitionKey in org.voltdb.client
Methods in org.voltdb.client that return ClientResponseWithPartitionKeyModifier 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.Methods in org.voltdb.client with parameters of type ClientResponseWithPartitionKeyModifier and TypeMethodDescriptionvoid
AllPartitionProcedureCallback.clientCallback
(ClientResponseWithPartitionKey[] responses) Implementation of callback to be provided by client applications.