Uses of Interface
org.voltdb.client.AllPartitionProcedureCallback
Packages that use AllPartitionProcedureCallback
-
Uses of AllPartitionProcedureCallback in org.voltdb.client
Methods in org.voltdb.client with parameters of type AllPartitionProcedureCallbackModifier and TypeMethodDescriptionboolean
Client.callAllPartitionProcedure
(AllPartitionProcedureCallback callback, String procedureName, Object... params) Asynchronously execute a stored procedure on a set of partitions, one partition at a time.