Uses of Class
org.voltdb.client.Client2CallOptions
-
Uses of Client2CallOptions in org.voltdb.client
Modifier and TypeMethodDescriptionClient2CallOptions.clientTimeout
(long timeout, TimeUnit unit) Sets the client-side timeout for a procedure call.Client2CallOptions.queryTimeout
(long timeout, TimeUnit unit) Sets the server-side query timeout for a read-only procedure call or batch of procedure calls.Client2CallOptions.requestPriority
(int prio) Sets the request priority for a procedure call.Modifier and TypeMethodDescriptionClient2.callAllPartitionProcedureAsync
(Client2CallOptions options, String procName, Object... parameters) Asynchronously call an all-partition stored procedure.Client2.callAllPartitionProcedureSync
(Client2CallOptions options, String procName, Object... parameters) Synchronously call an all-partition stored procedure.Client2.callProcedureAsync
(Client2CallOptions options, String procName, Object... parameters) Asynchronously call stored procedure with optional overrides for selected values.Client2.callProcedureSync
(Client2CallOptions options, String procName, Object... parameters) Synchronously call stored procedure with optional overrides for selected values.