| Interface | Description |
|---|---|
| Channelizer |
Client-side channel initializer interface.
|
| LoadBalancingStrategy | |
| MessageSerializer |
Serializes data to and from Gremlin Server.
|
| Class | Description |
|---|---|
| Channelizer.AbstractChannelizer |
Base implementation of the client side
Channelizer. |
| Channelizer.NioChannelizer |
NIO
Channelizer implementation. |
| Channelizer.WebSocketChannelizer |
WebSocket
Channelizer implementation. |
| Client | |
| Client.ClusteredClient |
A
Client implementation that does not operate in a session. |
| Client.SessionedClient |
A
Client implementation that operates in the context of a session. |
| Cluster |
A bunch of Gremlin Server instances.
|
| Cluster.Builder | |
| LoadBalancingStrategy.RoundRobin | |
| Result |
An
Item represents an result value from the server. |
| ResultSet |
A
ResultSet is returned from the submission of a Gremlin script to the server and represents the
results provided by the server. |
| Tokens |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.