Uses of Package
org.apache.tinkerpop.gremlin.driver
-
Classes in org.apache.tinkerpop.gremlin.driver used by org.apache.tinkerpop.gremlin.driver Class Description AuthProperties Properties to supply to theCluster
for 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
.Client AClient
is constructed from aCluster
and represents a way to send messages to Gremlin Server.Client.SessionSettings Settings for aClient
that involve a session.Client.SessionSettings.Builder Client.Settings Settings given toCluster.connect(Client.Settings)
that configures how aClient
will behave.Client.Settings.Builder Cluster A connection to a set of one or more Gremlin Server instances.Cluster.Builder HandshakeInterceptor This function is called when the websocket handshake is attempted and the firstFullHttpRequest
is sent to the server.Host Identifies a server within theCluster
at a specific address.Host.Listener LoadBalancingStrategy Provides a method for selecting the host from aCluster
.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.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.handler Class Description HandshakeInterceptor This function is called when the websocket handshake is attempted and the firstFullHttpRequest
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.RequestOptions Options that can be supplied on a per request basis.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.