Uses of Class
org.voltdb.client.NoConnectionsException
-
Uses of NoConnectionsException 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.boolean
Client.callAllPartitionProcedure
(AllPartitionProcedureCallback callback, String procedureName, Object... params) Asynchronously execute a stored procedure on a set of partitions, one partition at a time.Client.callProcedure
(String procName, Object... parameters) Invoke a procedure.boolean
Client.callProcedure
(ProcedureCallback callback, String procName, Object... parameters) Asynchronously invoke a procedure.Client.callProcedureWithClientTimeout
(int queryTimeout, String procName, long clientTimeout, TimeUnit unit, Object... parameters) Synchronously invoke a procedure call, blocking until a result is available, with caller-specified client timeout and query timeout.boolean
Client.callProcedureWithClientTimeout
(ProcedureCallback callback, int queryTimeout, String procName, long clientTimeout, TimeUnit clientTimeoutUnit, Object... parameters) Asynchronously invoke a procedure call with specified client and query timeouts.Client.callProcedureWithTimeout
(int queryTimeout, String procName, Object... parameters) Invoke a procedure with specified query timeout.boolean
Client.callProcedureWithTimeout
(ProcedureCallback callback, int queryTimeout, String procName, Object... parameters) Asynchronously invoke a procedure with specified query timeout.void
Client.drain()
Block the current thread until all queued stored procedure invocations have received responses, or there are no more connections to the cluster.Client.updateClasses
(File jarPath, String classesToDelete) Synchronously updates class definitions in the VoltDB database.boolean
Client.updateClasses
(ProcedureCallback callback, File jarPath, String classesToDelete) Asynchronously updates class definitions in the VoltDB database.