| Channelizer.AbstractChannelizer |
|
| Channelizer.HttpChannelizer |
Sends requests over the HTTP endpoint.
|
| Client |
A Client is constructed from a Cluster and represents a way to send messages to Gremlin Server.
|
| Client.AliasClusteredClient |
|
| Client.ClusteredClient |
A Client implementation.
|
| 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.
|
| HttpRequest |
HttpRequest represents the data that will be used to create the actual request to the remote endpoint.
|
| HttpRequest.Headers |
|
| HttpRequest.Method |
|
| LoadBalancingStrategy.RoundRobin |
A simple round-robin strategy that simply selects the next host in the Cluster to send the
RequestMessage to.
|
| 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 |
|
| UserAgent |
|