Interface for callbacks that are invoked when an asynchronously invoked transaction receives a response.
Java client API, version 1; see also the more recent
Client2
API.
Java client API, version 2: a more modern replacement for the
earlier Client
API.
Container for per-call options for a Client2
VoltDB
client.
Container for configuration settings for a Client2
VoltDB client.
Notification of connection status change.
Error logging interception.
Notification of late response from server.
Notification of approaching limit on pending requests.
Collect the client's opinion of the operation of client affinity.
Container for configuration settings for a Client
.
Interface implemented by the responses that are generated for procedure invocations
Packages up the data to be sent back to the client as a stored
procedure response for a partition
Essentially a set of counters for a specific context with helper
methods.
An object to store and manipulate statistics information from
the VoltDB Java client.
Listener that a client application can provide to a
Client
in order to receive notifications
when certain events occur, such as backpressure or connection issues.
Cause of the connection creation failure.
Cause of the disconnection event.
Exception
thrown when an attempt is made to queue a stored procedure invocation
with a
Client
that has no connections.
Abstract base class for callbacks that are invoked when an asynchronously invoked transaction receives a response.