Uses of Interface
org.apache.tinkerpop.gremlin.driver.Endpoint
-
Packages that use Endpoint Package Description org.apache.tinkerpop.gremlin.driver software.amazon.neptune.cluster -
-
Uses of Endpoint in org.apache.tinkerpop.gremlin.driver
Classes in org.apache.tinkerpop.gremlin.driver that implement Endpoint Modifier and Type Class Description classDatabaseEndpointMethods in org.apache.tinkerpop.gremlin.driver that return Endpoint Modifier and Type Method Description EndpointApprovalResult. enrich(Endpoint endpoint)EndpointEmptyEndpointFilter. enrichEndpoint(Endpoint endpoint)default EndpointEndpointFilter. enrichEndpoint(Endpoint endpoint)EndpointStatusEndpointFilter. enrichEndpoint(Endpoint endpoint)EndpointEndpointCollection. get(String address)Methods in org.apache.tinkerpop.gremlin.driver that return types with arguments of type Endpoint Modifier and Type Method Description Iterator<Endpoint>EndpointCollection. iterator()Stream<Endpoint>EndpointCollection. stream()Methods in org.apache.tinkerpop.gremlin.driver with parameters of type Endpoint Modifier and Type Method Description GremlinClusterBuilderGremlinClusterBuilder. addContactPoint(Endpoint endpoint)GremlinClusterBuilderGremlinClusterBuilder. addContactPointsMetadata(Endpoint... endpointCollection)ApprovalResultEmptyEndpointFilter. approveEndpoint(Endpoint endpoint)default ApprovalResultEndpointFilter. approveEndpoint(Endpoint endpoint)ApprovalResultStatusEndpointFilter. approveEndpoint(Endpoint endpoint)booleanEndpointCollection. containsEndpoint(Endpoint endpoint)EndpointApprovalResult. enrich(Endpoint endpoint)EndpointEmptyEndpointFilter. enrichEndpoint(Endpoint endpoint)default EndpointEndpointFilter. enrichEndpoint(Endpoint endpoint)EndpointStatusEndpointFilter. enrichEndpoint(Endpoint endpoint)voidGremlinClient. refreshEndpoints(Endpoint... endpoints)Refreshes the list of endpoint addresses to which the client connects.Method parameters in org.apache.tinkerpop.gremlin.driver with type arguments of type Endpoint Modifier and Type Method Description GremlinClusterBuilderGremlinClusterBuilder. addContactPointsMetadata(Collection<Endpoint> endpointCollection)GremlinClientGremlinCluster. connectToEndpoints(Collection<Endpoint> endpoints, org.apache.tinkerpop.gremlin.driver.Client.Settings settings)GremlinClientGremlinCluster. connectToEndpoints(List<Endpoint> endpoints)voidGremlinClient. refreshEndpoints(Collection<? extends Endpoint> endpoints)Refreshes the list of endpoint addresses to which the client connects.Constructors in org.apache.tinkerpop.gremlin.driver with parameters of type Endpoint Constructor Description EndpointCollection(Endpoint... endpoints)Constructor parameters in org.apache.tinkerpop.gremlin.driver with type arguments of type Endpoint Constructor Description EndpointCollection(Collection<? extends Endpoint> endpoints)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) -
Uses of Endpoint in software.amazon.neptune.cluster
Classes in software.amazon.neptune.cluster that implement Endpoint Modifier and Type Class Description classNeptuneInstanceMetadataMethods in software.amazon.neptune.cluster with parameters of type Endpoint Modifier and Type Method Description NeptuneGremlinClusterBuilderNeptuneGremlinClusterBuilder. addContactPoint(Endpoint endpoint)NeptuneGremlinClusterBuilderNeptuneGremlinClusterBuilder. addContactPointsMetadata(Endpoint... endpointCollection)ApprovalResultSuspendedEndpoints. approveEndpoint(Endpoint endpoint)Method parameters in software.amazon.neptune.cluster with type arguments of type Endpoint Modifier and Type Method Description NeptuneGremlinClusterBuilderNeptuneGremlinClusterBuilder. addContactPointsMetadata(Collection<Endpoint> endpointCollection)
-