Uses of Interface
org.apache.tinkerpop.gremlin.driver.ClusterFactory
-
Packages that use ClusterFactory Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of ClusterFactory in org.apache.tinkerpop.gremlin.driver
Constructors in org.apache.tinkerpop.gremlin.driver with parameters of type ClusterFactory Constructor Description GremlinCluster(Collection<Endpoint> defaultEndpoints, ClusterFactory clusterFactory, org.apache.tinkerpop.gremlin.driver.EndpointStrategies endpointStrategies, org.apache.tinkerpop.gremlin.driver.AcquireConnectionConfig acquireConnectionConfig, org.apache.tinkerpop.gremlin.driver.MetricsConfig metricsConfig, Map<Class<? extends Exception>,Set<String>> ignoreExceptionsDuringEndpointCreation)
-