Uses of Package
org.voltdb.client
Packages that use org.voltdb.client
-
Classes in org.voltdb.client used by org.voltdb.clientClassDescriptionInterface 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 earlierClient
API.Container for per-call options for aClient2
VoltDB client.Container for configuration settings for aClient2
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 aClient
.Interface implemented by the responses that are generated for procedure invocationsPackages up the data to be sent back to the client as a stored procedure response for a partitionEssentially 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 aClient
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 aClient
that has no connections.Exception thrown by synchronous procedure calls when a status code that is notClientResponse.SUCCESS
is returned in theClientResponse
.Abstract base class for callbacks that are invoked when an asynchronously invoked transaction receives a response. -
Classes in org.voltdb.client used by org.voltdb.client.topics