| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver | |
| org.apache.tinkerpop.gremlin.driver.remote | |
| org.apache.tinkerpop.gremlin.driver.util | 
| Modifier and Type | Field and Description | 
|---|---|
protected Cluster | 
Client.cluster  | 
protected Cluster | 
Channelizer.AbstractChannelizer.cluster  | 
| Modifier and Type | Method and Description | 
|---|---|
Cluster | 
Cluster.Builder.create()  | 
Cluster | 
Client.getCluster()
Gets the  
Cluster that spawned this Client. | 
static Cluster | 
Cluster.open()
Create a  
Cluster with all default settings which will connect to one contact point at localhost. | 
static Cluster | 
Cluster.open(Configuration conf)
Create a  
Cluster from Apache Configurations. | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DriverRemoteConnection | 
DriverRemoteConnection.using(Cluster cluster)
Creates a  
DriverRemoteConnection from an existing Cluster instance. | 
static DriverRemoteConnection | 
DriverRemoteConnection.using(Cluster cluster,
     String remoteTraversalSourceName)
Creates a  
DriverRemoteConnection from an existing Cluster instance. | 
| Constructor and Description | 
|---|
ProfilingApplication(String executionName,
                    Cluster cluster,
                    int requests,
                    ExecutorService executor,
                    String script,
                    int tooSlowThreshold,
                    boolean exercise)  | 
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.