All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractClient AuthProperties Properties to supply to theClusterfor authentication purposes.AuthProperties.Property An enum of the available authorization properties.Channelizer Client-side channel initializer interface.Channelizer.AbstractChannelizer Base implementation of the client sideChannelizer.Channelizer.WebSocketChannelizer WebSocketChannelizerimplementation.Client AClientis constructed from aClusterand represents a way to send messages to Gremlin Server.Client.AliasClusteredClient Uses aClient.ClusteredClientthat rebinds requests to a specifiedGraphorTraversalSourceinstances on the server-side.Client.ClusteredClient AClientimplementation that does not operate in a session.Client.SessionedClient AClientimplementation that operates in the context of a session.Client.SessionSettings Settings for aClientthat involve a session.Client.SessionSettings.Builder Client.Settings Settings given toCluster.connect(Client.Settings)that configures how aClientwill behave.Client.Settings.Builder Cluster A connection to a set of one or more Gremlin Server instances.Cluster.Builder ConfigurationEvaluator An internal application used to test out ranges of configuration parameters for Gremlin Driver.ConnectionException This exception signifies network connection failure.DriverRemoteConnection ARemoteConnectionimplementation for Gremlin Server.DriverRemoteTransaction A remoteTransactionimplementation that is implemented with the Java driver.DriverRemoteTraversal<S,E> AAbstractRemoteTraversalimplementation for the Gremlin Driver.HandshakeInterceptor This function is called when the websocket handshake is attempted and the firstFullHttpRequestis sent to the server.Host Identifies a server within theClusterat a specific address.Host.Listener LoadBalancingStrategy Provides a method for selecting the host from aCluster.LoadBalancingStrategy.RoundRobin A simple round-robin strategy that simply selects the next host in theClusterto send theRequestMessageto.NoHostAvailableException ProfilingApplication An internal application used to test out configuration parameters for Gremlin Driver.RequestOptions Options that can be supplied on a per request basis.RequestOptions.Builder ResponseException Result AResultrepresents a result value from the server-sideIteratorof results.ResultSet AResultSetis returned from the submission of a Gremlin script to the server and represents the results provided by the server.SimpleClient UserAgent WebSocketClient A simple, non-thread safe Gremlin Server client using websockets.WebSocketClientHandler Wrapper overWebSocketClientProtocolHandler.WebSocketClientHandler.InterceptedWebSocketClientHandshaker13 Extension to the Netty implementation that allows for theWebSocketClientHandler.InterceptedWebSocketClientHandshaker13.newHandshakeRequest()to be modified by way of aHandshakeInterceptorthat is supplied to theClusterwhen it is created.WebSocketGremlinRequestEncoder WebSocketGremlinResponseDecoder