Uses of Class
org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
-
Packages that use DatabaseEndpoint Package Description org.apache.tinkerpop.gremlin.driver software.amazon.neptune.cluster -
-
Uses of DatabaseEndpoint in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return DatabaseEndpoint Modifier and Type Method Description DatabaseEndpointDatabaseEndpoint. withAddress(String endpoint)DatabaseEndpointDatabaseEndpoint. withAnnotations(Map<String,String> annotations) -
Uses of DatabaseEndpoint in software.amazon.neptune.cluster
Methods in software.amazon.neptune.cluster that return DatabaseEndpoint Modifier and Type Method Description DatabaseEndpointNeptuneClusterMetadata. getClusterEndpoint()DatabaseEndpointNeptuneClusterMetadata. getReaderEndpoint()Methods in software.amazon.neptune.cluster with parameters of type DatabaseEndpoint Modifier and Type Method Description voidNeptuneClusterMetadata. setClusterEndpoint(DatabaseEndpoint clusterEndpoint)voidNeptuneClusterMetadata. setReaderEndpoint(DatabaseEndpoint readerEndpoint)
-