| 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  Clusterthat spawned thisClient. | 
| static Cluster | Cluster. open()Create a  Clusterwith all default settings which will connect to one contact point atlocalhost. | 
| static Cluster | Cluster. open(Configuration conf)Create a  Clusterfrom Apache Configurations. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoadBalancingStrategy. initialize(Cluster cluster,
          Collection<Host> hosts)Initialize the strategy with the  Clusterinstance 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  DriverRemoteConnectionfrom an existingClusterinstance. | 
| static DriverRemoteConnection | DriverRemoteConnection. using(Cluster cluster,
     String remoteTraversalSourceName)Creates a  DriverRemoteConnectionfrom an existingClusterinstance. | 
| Constructor and Description | 
|---|
| ProfilingApplication(String executionName,
                    Cluster cluster,
                    int requests,
                    ExecutorService executor,
                    String script,
                    int tooSlowThreshold,
                    boolean exercise) | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.