Uses of Class
org.apache.tinkerpop.gremlin.driver.GremlinClient
-
Packages that use GremlinClient Package Description org.apache.tinkerpop.gremlin.driver software.amazon.neptune.cluster -
-
Uses of GremlinClient in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return GremlinClient Modifier and Type Method Description GremlinClientClusterContext. client()GremlinClientRefreshTask. client()GremlinClientGremlinCluster. connect()GremlinClientGremlinCluster. connect(List<String> addresses)GremlinClientGremlinCluster. connect(List<String> addresses, org.apache.tinkerpop.gremlin.driver.Client.Settings settings)GremlinClientGremlinCluster. connect(org.apache.tinkerpop.gremlin.driver.Client.Settings settings)GremlinClientGremlinCluster. connectToEndpoints(Collection<Endpoint> endpoints, org.apache.tinkerpop.gremlin.driver.Client.Settings settings)GremlinClientGremlinCluster. connectToEndpoints(List<Endpoint> endpoints)Methods in org.apache.tinkerpop.gremlin.driver with parameters of type GremlinClient Modifier and Type Method Description static <T extends EndpointsSelector>
RefreshTaskRefreshTask. refresh(GremlinClient client, T selector)Constructors in org.apache.tinkerpop.gremlin.driver with parameters of type GremlinClient Constructor Description ClusterContext(GremlinCluster cluster, GremlinClient client, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource graphTraversalSource)RefreshTask(GremlinClient client, T selector) -
Uses of GremlinClient in software.amazon.neptune.cluster
Methods in software.amazon.neptune.cluster with parameters of type GremlinClient Modifier and Type Method Description static ClusterEndpointsRefreshAgentClusterEndpointsRefreshAgent. monitor(GremlinClient client, long delay, TimeUnit timeUnit)<T extends EndpointsSelector>
voidClusterEndpointsRefreshAgent. startPollingNeptuneAPI(GremlinClient client, T selector, long delay, TimeUnit timeUnit)Method parameters in software.amazon.neptune.cluster with type arguments of type GremlinClient Modifier and Type Method Description default Map<? extends EndpointsSelector,EndpointCollection>ClusterEndpointsFetchStrategy. getEndpoints(Map<? extends EndpointsSelector,GremlinClient> clientSelectors, boolean refresh)static ClusterEndpointsRefreshAgentClusterEndpointsRefreshAgent. monitor(Collection<GremlinClient> clients, long delay, TimeUnit timeUnit)
-