Interface for callbacks that are invoked when an asynchronously invoked transaction receives a response.
A Client
that connects to one or more nodes in a VoltDB cluster
and provides methods for invoking stored procedures and receiving responses.
Client2
provides the so-called "version 2" 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.