- callbackResponseHandler - Variable in class org.apache.tinkerpop.gremlin.driver.simple.AbstractClient
-
- CardinalitySerializer - Static variable in class org.apache.tinkerpop.gremlin.driver.ser.binary.types.EnumSerializer
-
- channelActive(ChannelHandlerContext) - Method in class org.apache.tinkerpop.gremlin.driver.handler.WebSocketClientHandler
-
- Channelizer - Interface in org.apache.tinkerpop.gremlin.driver
-
Client-side channel initializer interface.
- channelizer(String) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- channelizer(Class) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- Channelizer.AbstractChannelizer - Class in org.apache.tinkerpop.gremlin.driver
-
- Channelizer.NioChannelizer - Class in org.apache.tinkerpop.gremlin.driver
-
- Channelizer.WebSocketChannelizer - Class in org.apache.tinkerpop.gremlin.driver
-
- channelRead0(ChannelHandlerContext, Object) - Method in class org.apache.tinkerpop.gremlin.driver.handler.WebSocketClientHandler
-
- CharSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser.binary.types
-
- CharSerializer() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.types.CharSerializer
-
- chooseConnection(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.Client.AliasClusteredClient
-
- chooseConnection(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- chooseConnection(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.Client.ClusteredClient
-
- chooseConnection(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.Client.SessionedClient
-
Since the session is bound to a single host, simply borrow a connection from that pool.
- ClassSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser.binary.types
-
- ClassSerializer() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.types.ClassSerializer
-
- Client - Class in org.apache.tinkerpop.gremlin.driver
-
A
Client is constructed from a
Cluster and represents a way to send messages to Gremlin Server.
- Client.AliasClusteredClient - Class in org.apache.tinkerpop.gremlin.driver
-
- Client.ClusteredClient - Class in org.apache.tinkerpop.gremlin.driver
-
A Client implementation that does not operate in a session.
- Client.SessionedClient - Class in org.apache.tinkerpop.gremlin.driver
-
A Client implementation that operates in the context of a session.
- Client.SessionSettings - Class in org.apache.tinkerpop.gremlin.driver
-
Settings for a
Client that involve a session.
- Client.SessionSettings.Builder - Class in org.apache.tinkerpop.gremlin.driver
-
- Client.Settings - Class in org.apache.tinkerpop.gremlin.driver
-
- Client.Settings.Builder - Class in org.apache.tinkerpop.gremlin.driver
-
- close(Channel) - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- close(Channel) - Method in interface org.apache.tinkerpop.gremlin.driver.Channelizer
-
Called on Connection.close() to perform an Channelizer specific functions.
- close(Channel) - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.WebSocketChannelizer
-
Sends a CloseWebSocketFrame to the server for the specified channel.
- close() - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- close() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
- close() - Method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
-
- close() - Method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal
-
Releases server-side resources related to this traversal (i.e.
- close() - Method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversalSideEffects
-
Deprecated.
- close() - Method in class org.apache.tinkerpop.gremlin.driver.simple.NioClient
-
- close() - Method in class org.apache.tinkerpop.gremlin.driver.simple.WebSocketClient
-
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Client.AliasClusteredClient
-
Prevents messages from being sent from this Client.
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
Asynchronous close of the Client.
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Client.ClusteredClient
-
Closes all the connection pools on all hosts.
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Client.SessionedClient
-
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
- cluster - Variable in class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- cluster - Variable in class org.apache.tinkerpop.gremlin.driver.Client
-
- Cluster - Class in org.apache.tinkerpop.gremlin.driver
-
A connection to a set of one or more Gremlin Server instances.
- Cluster.Builder - Class in org.apache.tinkerpop.gremlin.driver
-
- code(ResponseStatusCode) - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseMessage.Builder
-
- ColumnSerializer - Static variable in class org.apache.tinkerpop.gremlin.driver.ser.binary.types.EnumSerializer
-
- ConfigurationEvaluator - Class in org.apache.tinkerpop.gremlin.driver.util
-
An internal application used to test out ranges of configuration parameters for Gremlin Driver.
- ConfigurationEvaluator() - Constructor for class org.apache.tinkerpop.gremlin.driver.util.ConfigurationEvaluator
-
- configure(ChannelPipeline) - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- configure(ChannelPipeline) - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.NioChannelizer
-
- configure(ChannelPipeline) - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.WebSocketChannelizer
-
- configure(Map<String, Object>, Map<String, Graph>) - Method in interface org.apache.tinkerpop.gremlin.driver.MessageSerializer
-
Configure the serializer with mapper settings as required.
- configure(Map<String, Object>, Map<String, Graph>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0
-
- configure(Map<String, Object>, Map<String, Graph>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0
-
- configure(Map<String, Object>, Map<String, Graph>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGryoMessageSerializerV1d0
-
Deprecated.
- configure(Map<String, Object>, Map<String, Graph>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGryoMessageSerializerV3d0
-
Deprecated.
- configure(Map<String, Object>, Map<String, Graph>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1
-
- connect() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Creates a
Client.ClusteredClient instance to this
Cluster, meaning requests will be routed to
one or more servers (depending on the cluster configuration), where each request represents the entirety of a
transaction.
- connect(String) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Creates a
Client.SessionedClient instance to this
Cluster, meaning requests will be routed to
a single server (randomly selected from the cluster), where the same bindings will be available on each request.
- connect(String, boolean) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Creates a
Client.SessionedClient instance to this
Cluster, meaning requests will be routed to
a single server (randomly selected from the cluster), where the same bindings will be available on each request.
- connect(Client.Settings) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Creates a new
Client based on the settings provided.
- connected() - Method in interface org.apache.tinkerpop.gremlin.driver.Channelizer
-
Called after the channel connects.
- connected() - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.WebSocketChannelizer
-
- connection - Variable in class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- ConnectionException - Exception in org.apache.tinkerpop.gremlin.driver.exception
-
- ConnectionException(URI, InetSocketAddress, String) - Constructor for exception org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
-
- ConnectionException(URI, String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
-
- ConnectionException(URI, InetSocketAddress, String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
-
- create() - Method in class org.apache.tinkerpop.gremlin.driver.Client.SessionSettings.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.driver.Client.Settings.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.driver.message.RequestMessage.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseMessage.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.driver.ser.binary.TypeSerializerRegistry.Builder
-
- createKeepAliveMessage() - Method in interface org.apache.tinkerpop.gremlin.driver.Channelizer
-
Create a message for the driver to use as a "keep-alive" for the connection.
- createKeepAliveMessage() - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.WebSocketChannelizer
-
- createObject(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0.RequestMessageDeserializer
-
- createObject(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0.ResponseMessageDeserializer
-
- credentials(String, String) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- CustomTypeSerializer<T> - Interface in org.apache.tinkerpop.gremlin.driver.ser.binary.types
-
Represents a serializer for a custom (provider specific) serializer.
- generate(String[]) - Method in class org.apache.tinkerpop.gremlin.driver.util.ConfigurationEvaluator
-
- get(AuthProperties.Property) - Method in class org.apache.tinkerpop.gremlin.driver.AuthProperties
-
Gets a property given the key.
- get(String) - Method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversalSideEffects
-
Deprecated.
- get(Class<? extends T>) - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by casting it to the specified
Class.
- get(int) - Static method in enum org.apache.tinkerpop.gremlin.driver.ser.binary.DataType
-
Gets a DataType by code.
- getAddress() - Method in exception org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
-
- getAddress() - Method in class org.apache.tinkerpop.gremlin.driver.Host
-
- getAliases() - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions
-
- getArgs() - Method in class org.apache.tinkerpop.gremlin.driver.message.RequestMessage
-
- getAttributes() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseStatus
-
Gets the meta-data related to the response.
- getAvailableItemCount() - Method in class org.apache.tinkerpop.gremlin.driver.ResultSet
-
Gets the number of items available on the client.
- getBatchSize() - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions
-
- getBoolean() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by coercing it to an boolean.
- getByte() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by coercing it to an byte.
- getChannelizer() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
- getCluster() - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
Gets the
Cluster that spawned this
Client.
- getCode() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseStatus
-
- getCode() - Method in enum org.apache.tinkerpop.gremlin.driver.ser.binary.DataType
-
Gets the data type code.
- getCodeByte() - Method in enum org.apache.tinkerpop.gremlin.driver.ser.binary.DataType
-
Gets the data type code.
- getData() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseResult
-
- getDataType() - Method in class org.apache.tinkerpop.gremlin.driver.ser.binary.types.SimpleTypeSerializer
-
- getDataType() - Method in interface org.apache.tinkerpop.gremlin.driver.ser.binary.TypeSerializer
-
Gets the
DataType that is represented by the given
T.
- getDouble() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by coercing it to an double.
- getEdge() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by casting it to an
Edge.
- getElement() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by casting it to an
Element.
- getFloat() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by coercing it to an float.
- getFromValue(int) - Static method in enum org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode
-
- getHost() - Method in class org.apache.tinkerpop.gremlin.driver.ResultSet
-
- getHostUri() - Method in class org.apache.tinkerpop.gremlin.driver.Host
-
- getInt() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by coercing it to an int.
- getKeepAliveInterval() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets time in milliseconds to wait after the last message is sent over a connection before sending a keep-alive
message to the server.
- getListStringFromConfig(String, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializer
-
Gets a
List of strings from the configuration object.
- getLoadBalancingStrategy() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Specifies the load balancing strategy to use on the client side.
- getLong() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by coercing it to an long.
- getMaxContentLength() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets the maximum size in bytes of any request sent to the server.
- getMaxInProcessPerConnection() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets the maximum number of in-flight requests that can occur on a
Connection.
- getMaxWaitForConnection() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets the maximum amount of time to wait for a connection to be borrowed from the connection pool.
- getMaxWaitForSessionClose() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets how long a session will stay open assuming the current connection actually is configured for their use.
- getMessage() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseStatus
-
Gets the message associated with the code.
- getMeta() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseResult
-
- getMinInProcessPerConnection() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets the minimum number of in-flight requests that can occur on a
Connection before it is considered
for closing on return to the
ConnectionPool.
- getNioPoolSize() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Size of the pool for handling request/response operations.
- getObject() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item.
- getOp() - Method in class org.apache.tinkerpop.gremlin.driver.message.RequestMessage
-
The operation or command to perform as defined by a particular Processor.
- getOriginalRequestMessage() - Method in class org.apache.tinkerpop.gremlin.driver.ResultSet
-
- getOverrideRequestId() - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions
-
- getParameters() - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions
-
- getPath() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets the path to the Gremlin service.
- getPath() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by casting it to a
Path.
- getPort() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets the port that the Gremlin Servers will be listening on.
- getProcessor() - Method in class org.apache.tinkerpop.gremlin.driver.message.RequestMessage
-
- getProperty() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by casting it to a
Property.
- getReconnectInterval() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets time in milliseconds to wait between retries when attempting to reconnect to a dead host.
- getRemoteExceptionHierarchy() - Method in exception org.apache.tinkerpop.gremlin.driver.exception.ResponseException
-
The list of exceptions generated by the server starting with the top-most one followed by its "cause".
- getRemoteStackTrace() - Method in exception org.apache.tinkerpop.gremlin.driver.exception.ResponseException
-
The stacktrace produced by the remote server.
- getRequestId() - Method in class org.apache.tinkerpop.gremlin.driver.message.RequestMessage
-
The id of the current request and is used to track the message within Gremlin Server and in its response.
- getRequestId() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseMessage
-
- getRequestOptions(Bytecode) - Static method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
-
- getResponseStatusCode() - Method in exception org.apache.tinkerpop.gremlin.driver.exception.ResponseException
-
- getResult() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseMessage
-
- getResultIterationBatchSize() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets the override for the server setting that determines how many results are returned per batch.
- getSerializer(Class<DT>) - Method in class org.apache.tinkerpop.gremlin.driver.ser.binary.TypeSerializerRegistry
-
- getSerializer(DataType) - Method in class org.apache.tinkerpop.gremlin.driver.ser.binary.TypeSerializerRegistry
-
- getSerializerForCustomType(String) - Method in class org.apache.tinkerpop.gremlin.driver.ser.binary.TypeSerializerRegistry
-
Gets the serializer for a given custom type name.
- getSerializers() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
- getSession() - Method in class org.apache.tinkerpop.gremlin.driver.Client.Settings
-
Determines if the
Client is to be constructed with a session.
- getSessionId() - Method in class org.apache.tinkerpop.gremlin.driver.Client.SessionSettings
-
Provides the identifier of the session.
- getSettings() - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- getShort() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by coercing it to an short.
- getSideEffects() - Method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTraversal
-
- getStatus() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseMessage
-
- getStatusAttributes() - Method in exception org.apache.tinkerpop.gremlin.driver.exception.ResponseException
-
Gets any status attributes from the response.
- getString() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by coercing it to a String via toString().
- getTimeout() - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions
-
- getTypeName() - Method in interface org.apache.tinkerpop.gremlin.driver.ser.binary.types.CustomTypeSerializer
-
Gets the custom type name.
- getUri() - Method in exception org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
-
- getUserAgent() - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions
-
- getValue() - Method in enum org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode
-
- getValue() - Method in enum org.apache.tinkerpop.gremlin.driver.ser.Serializers
-
- getVertex() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by casting it to a
Vertex.
- getVertexProperty() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getWorkerPoolSize() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Size of the pool for handling background work.
- GraphBinaryIo - Class in org.apache.tinkerpop.gremlin.driver.ser.binary
-
This is a dummy implementation of
Io which is only used in the context of helping to configure a
GraphBinary
MessageSerializer with an
IoRegistry.
- GraphBinaryIo() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryIo
-
- GraphBinaryMessageSerializerV1 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- GraphBinaryMessageSerializerV1() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1
-
Creates a new instance of the message serializer using the default type serializers.
- GraphBinaryMessageSerializerV1(TypeSerializerRegistry) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1
-
- GraphBinaryMessageSerializerV1(TypeSerializerRegistry.Builder) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1
-
- GraphBinaryReader - Class in org.apache.tinkerpop.gremlin.driver.ser.binary
-
- GraphBinaryReader() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader
-
- GraphBinaryReader(TypeSerializerRegistry) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader
-
- GraphBinaryWriter - Class in org.apache.tinkerpop.gremlin.driver.ser.binary
-
- GraphBinaryWriter() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter
-
- GraphBinaryWriter(TypeSerializerRegistry) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter
-
- GraphSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser.binary.types
-
- GraphSerializer() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.types.GraphSerializer
-
- GraphSONMessageSerializerGremlinV1d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
Serialize results to JSON with version 1.0.x schema.
- GraphSONMessageSerializerGremlinV1d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV1d0
-
- GraphSONMessageSerializerGremlinV1d0(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV1d0
-
- GraphSONMessageSerializerGremlinV2d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- GraphSONMessageSerializerGremlinV2d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV2d0
-
Deprecated.
Creates a default GraphSONMessageSerializerGremlin.
- GraphSONMessageSerializerGremlinV2d0(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV2d0
-
Deprecated.
- GraphSONMessageSerializerGremlinV2d0(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV2d0
-
Deprecated.
Create a GraphSONMessageSerializerGremlin with a provided GraphSONMapper.Builder.
- GraphSONMessageSerializerV1d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
Serialize results to JSON with version 1.0.x schema.
- GraphSONMessageSerializerV1d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0
-
- GraphSONMessageSerializerV1d0(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0
-
- GraphSONMessageSerializerV2d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
Serialize results to JSON with version 2.0.x schema and the extended module.
- GraphSONMessageSerializerV2d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0
-
Creates a default GraphSONMessageSerializer.
- GraphSONMessageSerializerV2d0(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0
-
Deprecated.
- GraphSONMessageSerializerV2d0(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV2d0
-
Create a GraphSONMessageSerializer with a provided GraphSONMapper.Builder.
- GraphSONMessageSerializerV3d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
Serialize results to JSON with version 3.0.x schema and the extended module.
- GraphSONMessageSerializerV3d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0
-
Creates a default GraphSONMessageSerializer.
- GraphSONMessageSerializerV3d0(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0
-
Deprecated.
- GraphSONMessageSerializerV3d0(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0
-
Create a GraphSONMessageSerializer with a provided GraphSONMapper.Builder.
- GREMLIN_REMOTE_DRIVER_CLUSTERFILE - Static variable in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
-
- GREMLIN_REMOTE_DRIVER_SOURCENAME - Static variable in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteConnection
-
- GremlinServerModule() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0.GremlinServerModule
-
- GremlinServerModule() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0.GremlinServerModule
-
- group - Variable in class org.apache.tinkerpop.gremlin.driver.simple.AbstractClient
-
- GryoLiteMessageSerializerV1d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- GryoLiteMessageSerializerV1d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GryoLiteMessageSerializerV1d0
-
Deprecated.
Creates an instance with a standard
GryoMapper instance.
- GryoLiteMessageSerializerV1d0(GryoMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GryoLiteMessageSerializerV1d0
-
Deprecated.
Creates an instance with a standard
GryoMapper instance.
- GryoMessageSerializerV1d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- GryoMessageSerializerV1d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0
-
Deprecated.
Creates an instance with a standard
GryoMapper instance.
- GryoMessageSerializerV1d0(GryoMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0
-
Deprecated.
Creates an instance with a standard
GryoMapper instance.
- GryoMessageSerializerV3d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- GryoMessageSerializerV3d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0
-
Deprecated.
Creates an instance with a standard
GryoMapper instance.
- GryoMessageSerializerV3d0(GryoMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0
-
Deprecated.
Creates an instance with a standard
GryoMapper instance.
- VAL_AGGREGATE_TO_BULKSET - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- VAL_AGGREGATE_TO_LIST - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- VAL_AGGREGATE_TO_MAP - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- VAL_AGGREGATE_TO_NONE - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- VAL_AGGREGATE_TO_SET - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- VAL_TRAVERSAL_SOURCE_ALIAS - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- validationRequest(String) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
Specify a valid Gremlin script that can be used to test remote operations.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.driver.AuthProperties.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.driver.handler.NioGremlinResponseDecoder.DecoderState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.driver.ser.binary.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.driver.ser.Serializers
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.tinkerpop.gremlin.driver.AuthProperties.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.tinkerpop.gremlin.driver.handler.NioGremlinResponseDecoder.DecoderState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.tinkerpop.gremlin.driver.ser.binary.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.tinkerpop.gremlin.driver.ser.Serializers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION_BYTE - Static variable in class org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter
-
- VertexPropertySerializer - Class in org.apache.tinkerpop.gremlin.driver.ser.binary.types
-
- VertexPropertySerializer() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.types.VertexPropertySerializer
-
- VertexSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser.binary.types
-
- VertexSerializer() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.binary.types.VertexSerializer
-