Client.AliasClusteredClient
.@Deprecated public static class Client.ReboundClusteredClient extends Client
Client.ClusteredClient
that rebinds requests to a
specified Graph
or TraversalSource
instances on the server-side.Client.AliasClusteredClient, Client.ClusteredClient, Client.ReboundClusteredClient, Client.SessionedClient
cluster, initialized
Modifier and Type | Method and Description |
---|---|
Client |
alias(String graphOrTraversalSource)
Deprecated.
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 . |
org.apache.tinkerpop.gremlin.driver.message.RequestMessage.Builder |
buildMessage(org.apache.tinkerpop.gremlin.driver.message.RequestMessage.Builder builder)
Deprecated.
Makes any final changes to the builder and returns the constructed
RequestMessage . |
protected org.apache.tinkerpop.gremlin.driver.Connection |
chooseConnection(org.apache.tinkerpop.gremlin.driver.message.RequestMessage msg)
Deprecated.
Delegates to the underlying
Client.ClusteredClient . |
CompletableFuture<Void> |
closeAsync()
Deprecated.
Prevents messages from being sent from this
Client . |
Client |
init()
Deprecated.
Initializes the client which typically means that a connection is established to the server.
|
protected void |
initializeImplementation()
Deprecated.
Called in the
Client.init() method. |
Client |
rebind(String graphOrTraversalSource)
Deprecated.
|
alias, close, rebind, submit, submit, submitAsync, submitAsync, submitAsync, submitAsync, submitAsync
public Client init()
Client
public org.apache.tinkerpop.gremlin.driver.message.RequestMessage.Builder buildMessage(org.apache.tinkerpop.gremlin.driver.message.RequestMessage.Builder builder)
Client
RequestMessage
. Implementers
may choose to override this message to append data to the request before sending. By default, this method
will simply return the builder
passed in by the caller.buildMessage
in class Client
protected void initializeImplementation()
Client
Client.init()
method.initializeImplementation
in class Client
protected org.apache.tinkerpop.gremlin.driver.Connection chooseConnection(org.apache.tinkerpop.gremlin.driver.message.RequestMessage msg) throws TimeoutException, org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
Client.ClusteredClient
.chooseConnection
in class Client
TimeoutException
org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
public CompletableFuture<Void> closeAsync()
Client
. Note that calling this method does not call
close on the Client
that created it.closeAsync
in class Client
@Deprecated public Client rebind(String graphOrTraversalSource)
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
.public Client alias(String graphOrTraversalSource)
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
.Copyright © 2013–2016 Apache Software Foundation. All rights reserved.