Uses of Package
org.apache.tinkerpop.gremlin.driver
Packages that use org.apache.tinkerpop.gremlin.driver
Package
Description
-
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driverClassDescriptionClient-side channel initializer interface.Base implementation of the client side
Channelizer.AClientis constructed from aClusterand represents a way to send messages to Gremlin Server.A connection to a set of one or more Gremlin Server instances.The wire compression algorithm that the driver negotiates with the server.Identifies a server within theClusterat a specific address.Represents the HTTP request that will be sent to the server.Provides a method for selecting the host from aCluster.Describes an HTTP proxy that the driver routes connections through.ATransactioninterface for remote connections that combine lifecycle management and synchronous submission.Interceptors are run as an ordered list to allow modification of theHttpRequestbefore it is sent to the server.Options that can be supplied on a per request basis.Defines the synchronous request submission contract for Gremlin requests.Defines the asynchronous request submission contract for Gremlin requests.AResultrepresents a result value from the server-sideIteratorof results.AResultSetis returned from the submission of a Gremlin script to the server and represents the results provided by the server.Settings for theClusterand its related components. -
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver.authClassDescriptionRepresents the HTTP request that will be sent to the server.Interceptors are run as an ordered list to allow modification of the
HttpRequestbefore it is sent to the server. -
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver.handlerClassDescriptionInterceptors are run as an ordered list to allow modification of the
HttpRequestbefore it is sent to the server.AResultSetis 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.remoteClassDescriptionA
Clientis constructed from aClusterand represents a way to send messages to Gremlin Server.A connection to a set of one or more Gremlin Server instances.ATransactioninterface for remote connections that combine lifecycle management and synchronous submission.Options that can be supplied on a per request basis.Defines the synchronous request submission contract for Gremlin requests.AResultSetis 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.streamClassDescriptionA
ResultSetis 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