Uses of Class
org.voltdb.client.Client2CallOptions
Packages that use Client2CallOptions
-
Uses of Client2CallOptions in org.voltdb.client
Methods in org.voltdb.client that return Client2CallOptionsModifier 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.Methods in org.voltdb.client with parameters of type Client2CallOptionsModifier 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.