Channelizer |
Client-side channel initializer interface.
|
Channelizer.AbstractChannelizer |
|
Client |
A Client is constructed from a Cluster and represents a way to send messages to Gremlin Server.
|
Cluster |
A connection to a set of one or more Gremlin Server instances.
|
Cluster.Builder |
|
Host |
Identifies a server within the Cluster at a specific address.
|
Host.Listener |
|
HttpRequest |
HttpRequest represents the data that will be used to create the actual request to the remote endpoint.
|
LoadBalancingStrategy |
Provides a method for selecting the host from a Cluster .
|
RequestInterceptor |
Interceptors are run as a list to allow modification of the HTTP request before it is sent to the server.
|
RequestOptions |
Options that can be supplied on a per request basis.
|
RequestOptions.Builder |
|
Result |
A Result represents a result value from the server-side Iterator of results.
|
ResultQueue |
A queue of incoming Result objects.
|
ResultSet |
A ResultSet is returned from the submission of a Gremlin script to the server and represents the
results provided by the server.
|
Settings |
Settings for the Cluster and its related components.
|
Settings.AuthSettings |
|
Settings.SerializerSettings |
|