Uses of Interface
org.apache.tinkerpop.gremlin.driver.EndpointFilter
-
Packages that use EndpointFilter Package Description org.apache.tinkerpop.gremlin.driver software.amazon.neptune.cluster -
-
Uses of EndpointFilter in org.apache.tinkerpop.gremlin.driver
Classes in org.apache.tinkerpop.gremlin.driver that implement EndpointFilter Modifier and Type Class Description classEmptyEndpointFilterclassStatusEndpointFilterFields in org.apache.tinkerpop.gremlin.driver declared as EndpointFilter Modifier and Type Field Description static EndpointFilterEndpointFilter. NULL_ENDPOINT_FILTERMethods in org.apache.tinkerpop.gremlin.driver with parameters of type EndpointFilter Modifier and Type Method Description GremlinClusterBuilderGremlinClusterBuilder. endpointFilter(EndpointFilter endpointFilter)Strategy for filtering and enriching available endpoints before creating clients.Constructors in org.apache.tinkerpop.gremlin.driver with parameters of type EndpointFilter Constructor Description EmptyEndpointFilter(EndpointFilter innerFilter) -
Uses of EndpointFilter in software.amazon.neptune.cluster
Classes in software.amazon.neptune.cluster that implement EndpointFilter Modifier and Type Class Description classSuspendedEndpointsMethods in software.amazon.neptune.cluster with parameters of type EndpointFilter Modifier and Type Method Description NeptuneGremlinClusterBuilderNeptuneGremlinClusterBuilder. endpointFilter(EndpointFilter endpointFilter)Strategy for filtering and enriching available endpoints before creating clients.
-