Uses of Class
org.apache.tinkerpop.gremlin.driver.EndpointCollection
-
Packages that use EndpointCollection Package Description org.apache.tinkerpop.gremlin.driver software.amazon.neptune.cluster -
-
Uses of EndpointCollection in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return EndpointCollection Modifier and Type Method Description EndpointCollectionGremlinClient. currentEndpoints()EndpointCollectionOnEagerRefresh. getEndpoints(EagerRefreshContext context)Methods in org.apache.tinkerpop.gremlin.driver with parameters of type EndpointCollection Modifier and Type Method Description GremlinClusterBuilderGremlinClusterBuilder. addContactPoints(EndpointCollection endpointCollection)voidTopologyAwareBuilderConfigurator. apply(org.apache.tinkerpop.gremlin.driver.Cluster.Builder builder, EndpointCollection endpoints)org.apache.tinkerpop.gremlin.driver.ClusterClusterFactory. createCluster(EndpointCollection endpoints)voidGremlinClient. refreshEndpoints(EndpointCollection endpoints)Refreshes the list of endpoint addresses to which the client connects.voidRefreshable. refreshEndpoints(EndpointCollection endpoints) -
Uses of EndpointCollection in software.amazon.neptune.cluster
Methods in software.amazon.neptune.cluster that return EndpointCollection Modifier and Type Method Description <T extends EndpointsSelector>
EndpointCollectionClusterEndpointsRefreshAgent. getEndpoints(T selector)EndpointCollectionEndpointsSelector. getEndpoints(NeptuneClusterMetadata clusterMetadata)EndpointCollectionNeptuneClusterMetadata. select(EndpointsSelector selector)Methods in software.amazon.neptune.cluster that return types with arguments of type EndpointCollection Modifier and Type Method Description Map<? extends EndpointsSelector,EndpointCollection>ClusterEndpointsFetchStrategy. getEndpoints(Collection<? extends EndpointsSelector> selectors, boolean refresh)default Map<? extends EndpointsSelector,EndpointCollection>ClusterEndpointsFetchStrategy. getEndpoints(Map<? extends EndpointsSelector,Collection<GremlinClient>> clientSelectors, boolean refresh)Map<? extends EndpointsSelector,EndpointCollection>ClusterEndpointsRefreshAgent.EndpointsSupplier. getRefreshedEndpointsForSelectors(Map<EndpointsSelector,Collection<GremlinClient>> selectors)Methods in software.amazon.neptune.cluster with parameters of type EndpointCollection Modifier and Type Method Description NeptuneGremlinClusterBuilderNeptuneGremlinClusterBuilder. addContactPoints(EndpointCollection endpointCollection)
-