- AbstractChannelizer() - Constructor for class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- AbstractClient - Class in org.apache.tinkerpop.gremlin.driver.simple
-
- AbstractClient(String) - Constructor for class org.apache.tinkerpop.gremlin.driver.simple.AbstractClient
-
- AbstractGraphSONMessageSerializerV1d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV1d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0
-
- AbstractGraphSONMessageSerializerV1d0(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0
-
- AbstractGraphSONMessageSerializerV1d0.GremlinServerModule - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV1d0.JsonBuilderJacksonSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV2d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV2d0() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0
-
- AbstractGraphSONMessageSerializerV2d0(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0
-
Deprecated.
- AbstractGraphSONMessageSerializerV2d0(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0
-
- AbstractGraphSONMessageSerializerV2d0.GremlinServerModule - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV2d0.JsonBuilderJacksonSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV2d0.RequestMessageDeserializer - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV2d0.RequestMessageSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV2d0.ResponseMessageDeserializer - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGryoMessageSerializerV1d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGryoMessageSerializerV1d0(GryoMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGryoMessageSerializerV1d0
-
Deprecated.
Creates an instance with a provided mapper configured
GryoMapper instance.
- AbstractGryoMessageSerializerV3d0 - Class in org.apache.tinkerpop.gremlin.driver.ser
-
- AbstractGryoMessageSerializerV3d0(GryoMapper) - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractGryoMessageSerializerV3d0
-
Deprecated.
Creates an instance with a provided mapper configured
GryoMapper instance.
- AbstractMessageSerializer<M> - Class in org.apache.tinkerpop.gremlin.driver.ser
-
Base
MessageSerializer that serializers can implement to get some helper methods around configuring a
Mapper.Builder.
- AbstractMessageSerializer() - Constructor for class org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializer
-
- add(Object...) - Method in class org.apache.tinkerpop.gremlin.driver.message.RequestMessage.Builder
-
- addAlias(String, String) - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions.Builder
-
The aliases to set on the request.
- addArg(String, Object) - Method in class org.apache.tinkerpop.gremlin.driver.message.RequestMessage.Builder
-
- addContactPoint(String) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
Adds the address of a Gremlin Server to the list of servers a
Client will try to contact to send
requests to.
- addContactPoints(String...) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
Add one or more the addresses of a Gremlin Servers to the list of servers a
Client will try to
contact to send requests to.
- addIoRegistries(Map<String, Object>, Mapper.Builder) - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializer
-
- addParameter(String, Object) - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions.Builder
-
The parameters to pass on the request.
- addTransactionListener(Consumer<Transaction.Status>) - Method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTransaction
-
There is no support for remote transaction listeners.
- alias(String) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
Create a new
Client that aliases the specified
Graph or
TraversalSource name on the
server to a variable called "g" for the context of the requests made through that
Client.
- alias(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
Creates a
Client that supplies the specified set of aliases, thus allowing the user to re-name
one or more globally defined
Graph or
TraversalSource server bindings for the context of
the created
Client.
- alias(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.driver.Client.AliasClusteredClient
-
Creates a
Client that supplies the specified set of aliases, thus allowing the user to re-name
one or more globally defined
Graph or
TraversalSource server bindings for the context of
the created
Client.
- alias(String) - Method in class org.apache.tinkerpop.gremlin.driver.Client.ClusteredClient
-
Create a new
Client that aliases the specified
Graph or
TraversalSource name on the
server to a variable called "g" for the context of the requests made through that
Client.
- alias(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.driver.Client.ClusteredClient
-
Creates a
Client that supplies the specified set of aliases, thus allowing the user to re-name
one or more globally defined
Graph or
TraversalSource server bindings for the context of
the created
Client.
- all() - Method in class org.apache.tinkerpop.gremlin.driver.ResultSet
-
The returned
CompletableFuture completes when all reads are complete for this request and the
entire result has been accounted for on the client.
- allHosts() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets a list of all the configured hosts.
- allItemsAvailable() - Method in class org.apache.tinkerpop.gremlin.driver.ResultSet
-
Determines if all items have been returned to the client.
- allItemsAvailableAsync() - Method in class org.apache.tinkerpop.gremlin.driver.ResultSet
-
Returns a future that will complete when all items have been returned from the server.
- ARGS_ALIASES - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
Argument name that allows definition of alias names for
Graph and
TraversalSource objects on
the remote system.
- ARGS_BATCH_SIZE - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
Argument name that allows definition of the number of iterations each
ResponseMessage should contain -
overrides the @{code resultIterationBatchSize} server setting.
- ARGS_BINDINGS - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
Argument name that allows to provide a map of key/value pairs to apply as variables in the context of
the Gremlin request sent to the server.
- ARGS_EVAL_TIMEOUT - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
Argument name that allows the override of the server setting that determines the maximum time to wait for a
request to execute on the server.
- ARGS_FORCE - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- ARGS_GREMLIN - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
Argument name that corresponds to the Gremlin to evaluate.
- ARGS_HOST - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- ARGS_LANGUAGE - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
Argument name that allows definition of the flavor of Gremlin used (e.g.
- ARGS_MAINTAIN_STATE_AFTER_EXCEPTION - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
Argument name that is intended to be used with a session which when its value is true makes it so
that a processing error or request timeout will not close the session, but leave it to continue processing in
whatever state it may hold.
- ARGS_MANAGE_TRANSACTION - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- ARGS_SASL - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- ARGS_SASL_MECHANISM - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- ARGS_SESSION - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
- ARGS_USER_AGENT - Static variable in class org.apache.tinkerpop.gremlin.driver.Tokens
-
A value that is a custom string that the user can pass to a server that might accept it for purpose of
identifying the kind of client it came from.
- AuthProperties - Class in org.apache.tinkerpop.gremlin.driver
-
Properties to supply to the
Cluster for authentication purposes.
- AuthProperties() - Constructor for class org.apache.tinkerpop.gremlin.driver.AuthProperties
-
- authProperties(AuthProperties) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
Specifies parameters for authentication to Gremlin Server.
- AuthProperties.Property - Enum in org.apache.tinkerpop.gremlin.driver
-
An enum of the available authorization properties.
- availableHosts() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets the list of hosts that the Cluster was able to connect to.
- callbackResponseHandler - Variable in class org.apache.tinkerpop.gremlin.driver.simple.AbstractClient
-
- channelInactive(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.WebSocketChannelizer - Class in org.apache.tinkerpop.gremlin.driver
-
- 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.
- clearTransactionListeners() - Method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTransaction
-
There is no support for remote transaction listeners.
- 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.closeAsync() 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.AliasClusteredClient
-
- 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.DriverRemoteTransaction
-
- close() - Method in class org.apache.tinkerpop.gremlin.driver.simple.WebSocketClient
-
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Client.AliasClusteredClient
-
- 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
-
- closeConsumer - Variable in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTransaction
-
- 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
-
- commit() - Method in class org.apache.tinkerpop.gremlin.driver.remote.DriverRemoteTransaction
-
- 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.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
-
This exception signifies network connection failure.
- ConnectionException(URI, InetSocketAddress, String) - Constructor for exception org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
-
- ConnectionException(URI, Throwable) - 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
-
- connectionSetupTimeoutMillis(long) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
Sets the duration of time in milliseconds provided for connection setup to complete which includes WebSocket
handshake and SSL handshake.
- 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(ByteBuf) - Method in class org.apache.tinkerpop.gremlin.driver.ser.NettyBufferFactory
-
- 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
-
- 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(Class<? extends T>) - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
Gets the result item by casting it to the specified
Class.
- 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
-
- getConnectionSetupTimeout() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets time duration of time in milliseconds provided for connection setup to complete which includes WebSocket
handshake and SSL handshake.
- getData() - Method in class org.apache.tinkerpop.gremlin.driver.message.ResponseResult
-
- 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.
- getLanguage() - Method in class org.apache.tinkerpop.gremlin.driver.RequestOptions
-
- 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.
- getMapper() - Method in interface org.apache.tinkerpop.gremlin.driver.MessageSerializer
-
Gets the "mapper" that performs the underlying serialization work.
- getMapper() - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0
-
- getMapper() - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0
-
- getMapper() - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGryoMessageSerializerV1d0
-
Deprecated.
- getMapper() - Method in class org.apache.tinkerpop.gremlin.driver.ser.AbstractGryoMessageSerializerV3d0
-
Deprecated.
- getMapper() - Method in class org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1
-
- 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.
- getMaxWaitForClose() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Gets how long a connection will wait for all pending messages to be returned from the server before closing.
- 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.
- 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.
- 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.SessionedClient
-
Returns the session identifier bound to this Client.
- 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.
- 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
-
- 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.
- 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
-
- 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.