| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver | |
| org.apache.tinkerpop.gremlin.driver.remote | 
| Modifier and Type | Method and Description | 
|---|---|
Host | 
ResultSet.getHost()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Host> | 
Cluster.allHosts()
Gets a list of all the configured hosts. 
 | 
Iterator<Host> | 
LoadBalancingStrategy.select(RequestMessage msg)
Provide an ordered list of hosts to send the given  
RequestMessage to. | 
Iterator<Host> | 
LoadBalancingStrategy.RoundRobin.select(RequestMessage msg)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoadBalancingStrategy.RoundRobin.onAvailable(Host host)  | 
void | 
Host.Listener.onAvailable(Host host)  | 
void | 
LoadBalancingStrategy.RoundRobin.onNew(Host host)  | 
void | 
Host.Listener.onNew(Host host)  | 
void | 
LoadBalancingStrategy.RoundRobin.onRemove(Host host)  | 
void | 
Host.Listener.onRemove(Host host)  | 
void | 
LoadBalancingStrategy.RoundRobin.onUnavailable(Host host)  | 
void | 
Host.Listener.onUnavailable(Host host)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoadBalancingStrategy.initialize(Cluster cluster,
          Collection<Host> hosts)
Initialize the strategy with the  
Cluster instance and the expected host list. | 
void | 
LoadBalancingStrategy.RoundRobin.initialize(Cluster cluster,
          Collection<Host> hosts)  | 
| Constructor and Description | 
|---|
ResultSet(org.apache.tinkerpop.gremlin.driver.ResultQueue resultQueue,
         ExecutorService executor,
         CompletableFuture<Void> readCompleted,
         RequestMessage originalRequestMessage,
         Host host)  | 
| Constructor and Description | 
|---|
DriverRemoteTraversalSideEffects(Client client,
                                UUID serverSideEffect,
                                Host host,
                                CompletableFuture<Void> ready)  | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.