All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractClient AbstractGraphSONMessageSerializerV1d0 AbstractGraphSONMessageSerializerV1d0.GremlinServerModule AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer AbstractGraphSONMessageSerializerV2d0 AbstractGraphSONMessageSerializerV2d0.GremlinServerModule AbstractGraphSONMessageSerializerV2d0.RequestMessageDeserializer AbstractGraphSONMessageSerializerV2d0.RequestMessageSerializer AbstractGraphSONMessageSerializerV2d0.ResponseMessageDeserializer AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer AbstractMessageSerializer<M> BaseMessageSerializerthat serializers can implement to get some helper methods around configuring aMapper.Builder.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.HttpChannelizer Sends requests over the HTTP endpoint.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.GraphBinaryMessageSerializerV1 GraphSONMessageSerializerGremlinV1d0 Serialize results to JSON with version 1.0.x schema.GraphSONMessageSerializerGremlinV2d0 Deprecated. As for release 3.4.0, replaced byGraphSONMessageSerializerV2d0.GraphSONMessageSerializerV1d0 Deprecated. As of release 3.6.5, replaced byGraphSONUntypedMessageSerializerV1d0.GraphSONMessageSerializerV2d0 Serialize results to JSON with version 2.0.x schema and the extended module.GraphSONMessageSerializerV3d0 Serialize results to JSON with version 3.0.x schema and the extended module.GraphSONUntypedMessageSerializerV1d0 Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.GraphSONUntypedMessageSerializerV2d0 Serialize results to JSON with version 2.0.x schema and the extended module without embedded types.HandshakeInterceptor Deprecated. As of release 3.6.6, replaced byRequestInterceptor.Host Identifies a server within theClusterat a specific address.Host.Listener HttpGremlinRequestEncoder ConvertsRequestMessageto aHttpRequest.HttpGremlinResponseDecoder ConvertsHttpResponseto aResponseMessage.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.MessageSerializer<M> Serializes data to and from Gremlin Server.MessageTextSerializer<M> An extension to the MessageSerializer interface that allows a format to be compatible with text-based websocket messages.NettyBufferFactory Represents a factory to createBufferinstances from wrappedByteBufinstances.NoHostAvailableException ProfilingApplication An internal application used to test out configuration parameters for Gremlin Driver.RequestInterceptor This function is called aFullHttpRequestconstructed and allow it to be modified as needed before it is sent to the server.RequestMessage The model for a request message sent to the server.RequestMessage.Builder Builder class forRequestMessage.RequestMessageGryoSerializer RequestMessageSerializer RequestOptions Options that can be supplied on a per request basis.RequestOptions.Builder ResponseException ResponseMessage ResponseMessage.Builder ResponseMessageGryoSerializer ResponseMessageSerializer ResponseResult ResponseStatus ResponseStatusCode Response status codes for Gremlin Server responses.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.SerializationException Serializers An enum of the default serializers.SerTokens SimpleClient Tokens String constants used in gremlin-driver and gremlin-server.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