Uses of Package
org.apache.tinkerpop.gremlin.driver
-
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver Class Description Channelizer Client-side channel initializer interface.Channelizer.AbstractChannelizer Base implementation of the client sideChannelizer
.Client AClient
is constructed from aCluster
and represents a way to send messages to Gremlin Server.Cluster A connection to a set of one or more Gremlin Server instances.Cluster.Builder Host Identifies a server within theCluster
at a specific address.Host.Listener HttpRequest HttpRequest represents the data that will be used to create the actual request to the remote endpoint.LoadBalancingStrategy Provides a method for selecting the host from aCluster
.RequestInterceptor Interceptors are run as a list to allow modification of the HTTP request before it is sent to the server.RequestOptions Options that can be supplied on a per request basis.RequestOptions.Builder Result AResult
represents a result value from the server-sideIterator
of results.ResultQueue A queue of incomingResult
objects.ResultSet AResultSet
is returned from the submission of a Gremlin script to the server and represents the results provided by the server.Settings Settings for theCluster
and its related components.Settings.AuthSettings Settings.SerializerSettings -
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver.auth Class Description HttpRequest HttpRequest represents the data that will be used to create the actual request to the remote endpoint.RequestInterceptor Interceptors are run as a list to allow modification of the HTTP request before it is sent to the server.Settings.AuthSettings -
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver.handler Class Description RequestInterceptor Interceptors are run as a list to allow modification of the HTTP request before it is sent to the server.ResultQueue A queue of incomingResult
objects. -
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver.interceptor Class Description HttpRequest HttpRequest represents the data that will be used to create the actual request to the remote endpoint.RequestInterceptor Interceptors are run as a list to allow modification of the HTTP request before it is sent to the server. -
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver.remote Class Description Client AClient
is constructed from aCluster
and represents a way to send messages to Gremlin Server.Cluster A connection to a set of one or more Gremlin Server instances.ResultSet AResultSet
is returned from the submission of a Gremlin script to the server and represents the results provided by the server. -
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver.util Class Description Cluster A connection to a set of one or more Gremlin Server instances.