A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

acquireConnectionBackoffMillis(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Number of millis to wait between each attempt to acquire a connection.
acquireConnectionBackoffMillis(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
Number of millis to wait between each attempt to acquire a connection.
addContactPoint(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Adds the address of a Gremlin Server to the list of servers a Client will try to contact to send requests to.
addContactPoint(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
addContactPoint(Endpoint) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
addContactPoint(Endpoint) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
addContactPoints(String...) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Add one or more the addresses of a Gremlin Servers to the list of servers a Client will try to contact to send requests to.
addContactPoints(String...) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
addContactPoints(Collection<String>) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
addContactPoints(Collection<String>) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
addContactPoints(EndpointCollection) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
addContactPoints(EndpointCollection) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
addContactPointsMetadata(Collection<Endpoint>) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
addContactPointsMetadata(Collection<Endpoint>) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
addContactPointsMetadata(Endpoint...) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
addContactPointsMetadata(Endpoint...) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
addMetricsHandler(MetricsHandler) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
addMetricsHandler(MetricsHandler) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
alias(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
alias(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
All - software.amazon.neptune.cluster.EndpointsType
 
apply(Cluster.Builder, EndpointCollection) - Method in interface org.apache.tinkerpop.gremlin.driver.TopologyAwareBuilderConfigurator
 
apply(NeptuneClusterMetadata) - Method in interface software.amazon.neptune.cluster.OnNewClusterMetadata
 
ApprovalResult - Class in org.apache.tinkerpop.gremlin.driver
 
ApprovalResult(boolean, String) - Constructor for class org.apache.tinkerpop.gremlin.driver.ApprovalResult
 
APPROVED - Static variable in class org.apache.tinkerpop.gremlin.driver.ApprovalResult
 
approveEndpoint(Endpoint) - Method in class org.apache.tinkerpop.gremlin.driver.EmptyEndpointFilter
 
approveEndpoint(Endpoint) - Method in interface org.apache.tinkerpop.gremlin.driver.EndpointFilter
 
approveEndpoint(Endpoint) - Method in class software.amazon.neptune.cluster.SuspendedEndpoints
 
authProperties(AuthProperties) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Specifies parameters for authentication to Gremlin Server.
authProperties(AuthProperties) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
awake() - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 

B

build() - Static method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
build() - Static method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 

C

channelizer(Class) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Specify the Channelizer implementation to use on the client when creating a Connection.
channelizer(Class) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
channelizer(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Specify the Channelizer implementation to use on the client when creating a Connection.
channelizer(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
choose(EndpointClientCollection) - Method in interface org.apache.tinkerpop.gremlin.driver.ChooseEndpointStrategy
 
chooseConnection(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
ChooseEndpointStrategy - Interface in org.apache.tinkerpop.gremlin.driver
 
client() - Method in class org.apache.tinkerpop.gremlin.driver.ClusterContext
 
client() - Method in class org.apache.tinkerpop.gremlin.driver.RefreshTask
 
Clock - Interface in software.amazon.utils
 
close() - Method in class org.apache.tinkerpop.gremlin.driver.ClusterContext
 
close() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
close() - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
cluster() - Method in class org.apache.tinkerpop.gremlin.driver.ClusterContext
 
ClusterContext - Class in org.apache.tinkerpop.gremlin.driver
 
ClusterContext(GremlinCluster, GremlinClient, GraphTraversalSource) - Constructor for class org.apache.tinkerpop.gremlin.driver.ClusterContext
 
ClusterEndpoint - software.amazon.neptune.cluster.EndpointsType
 
ClusterEndpointsFetchStrategy - Interface in software.amazon.neptune.cluster
 
ClusterEndpointsRefreshAgent - Class in software.amazon.neptune.cluster
 
ClusterEndpointsRefreshAgent(ClusterEndpointsFetchStrategy) - Constructor for class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
ClusterFactory - Interface in org.apache.tinkerpop.gremlin.driver
 
clusterMetadataSupplier() - Method in interface software.amazon.neptune.cluster.ClusterEndpointsFetchStrategy
 
ClusterMetadataSupplier - Interface in software.amazon.neptune.cluster
 
CollectionUtils - Class in software.amazon.utils
 
CollectionUtils() - Constructor for class software.amazon.utils.CollectionUtils
 
connect() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
connect(List<String>) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
connect(List<String>, Client.Settings) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
connect(Client.Settings) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
ConnectionMetrics - Class in org.apache.tinkerpop.gremlin.driver
 
ConnectionMetricsCollector - Class in org.apache.tinkerpop.gremlin.driver
 
ConnectionMetricsCollector(Map<String, EndpointConnectionMetrics>) - Constructor for class org.apache.tinkerpop.gremlin.driver.ConnectionMetricsCollector
 
connectToEndpoints(Collection<Endpoint>, Client.Settings) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
connectToEndpoints(List<Endpoint>) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
containsEndpoint(Endpoint) - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
create() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
create() - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
createCluster(EndpointCollection) - Method in interface org.apache.tinkerpop.gremlin.driver.ClusterFactory
 
credentials(AWSCredentialsProvider) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
credentials(String, String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Sets the AuthProperties.Property.USERNAME and AuthProperties.Property.PASSWORD properties for authentication to Gremlin Server.
credentials(String, String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
currentEndpoints() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
currentTimeMillis() - Method in interface software.amazon.utils.Clock
 

D

DatabaseEndpoint - Class in org.apache.tinkerpop.gremlin.driver
 
DatabaseEndpoint() - Constructor for class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 

E

eagerRefreshBackoffMillis(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Minimum number of millis to wait between invoking handler supplied in GremlinClusterBuilder.onEagerRefresh.
eagerRefreshBackoffMillis(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
Minimum number of millis to wait between invoking handler supplied in NeptuneGremlinClusterBuilder.onEagerRefresh(org.apache.tinkerpop.gremlin.driver.OnEagerRefresh).
EagerRefreshContext - Class in org.apache.tinkerpop.gremlin.driver
 
EagerRefreshContext() - Constructor for class org.apache.tinkerpop.gremlin.driver.EagerRefreshContext
 
eagerRefreshWaitTimeMillis(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Number of millis to wait while trying to acquire connection before invoking handler supplied in GremlinClusterBuilder.onEagerRefresh.
eagerRefreshWaitTimeMillis(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
Number of millis to wait while trying to acquire connection before invoking handler supplied in NeptuneGremlinClusterBuilder.onEagerRefresh(org.apache.tinkerpop.gremlin.driver.OnEagerRefresh).
EmptyEndpointFilter - Class in org.apache.tinkerpop.gremlin.driver
 
EmptyEndpointFilter(EndpointFilter) - Constructor for class org.apache.tinkerpop.gremlin.driver.EmptyEndpointFilter
 
enableIamAuth(boolean) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
enableMetrics(boolean) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
enableMetrics(boolean) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
enableSsl(boolean) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Enables connectivity over SSL - note that the server should be configured with SSL turned on for this setting to work properly.
enableSsl(boolean) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
Enables connectivity over SSL - default 'true' for Amazon Neptune clusters.
Endpoint - Interface in org.apache.tinkerpop.gremlin.driver
 
EndpointCollection - Class in org.apache.tinkerpop.gremlin.driver
 
EndpointCollection() - Constructor for class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
EndpointCollection(Collection<? extends Endpoint>) - Constructor for class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
EndpointConnectionMetrics - Class in org.apache.tinkerpop.gremlin.driver
 
endpointFilter(EndpointFilter) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Strategy for filtering and enriching available endpoints before creating clients.
endpointFilter(EndpointFilter) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
Strategy for filtering and enriching available endpoints before creating clients.
EndpointFilter - Interface in org.apache.tinkerpop.gremlin.driver
 
EndpointRequestMetrics - Class in org.apache.tinkerpop.gremlin.driver
 
EndpointRequestMetrics(String) - Constructor for class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
EndpointsSelector - Interface in software.amazon.neptune.cluster
 
EndpointsType - Enum in software.amazon.neptune.cluster
 
EndpointsUnavailableException - Exception in org.apache.tinkerpop.gremlin.driver
 
EndpointsUnavailableException(Collection<String>) - Constructor for exception org.apache.tinkerpop.gremlin.driver.EndpointsUnavailableException
 
enrich(Endpoint) - Method in class org.apache.tinkerpop.gremlin.driver.ApprovalResult
 
enrichEndpoint(Endpoint) - Method in class org.apache.tinkerpop.gremlin.driver.EmptyEndpointFilter
 
enrichEndpoint(Endpoint) - Method in interface org.apache.tinkerpop.gremlin.driver.EndpointFilter
 
EnvironmentVariableUtils - Class in software.amazon.utils
 
EnvironmentVariableUtils() - Constructor for class software.amazon.utils.EnvironmentVariableUtils
 
ErrorMetric - Class in org.apache.tinkerpop.gremlin.driver
 
ErrorMetric(Class<? extends Throwable>) - Constructor for class org.apache.tinkerpop.gremlin.driver.ErrorMetric
 

F

fromByteArray(byte[]) - Static method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
fromByteArray(byte[]) - Static method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
FromResource - Static variable in class software.amazon.utils.GitProperties
 
FromResource - Static variable in class software.amazon.utils.SoftwareVersion
 

G

get(String) - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
getAcceptedEndpoints(EndpointFilter) - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
getAddress() - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
getAddress() - Method in interface org.apache.tinkerpop.gremlin.driver.Endpoint
 
getAddress() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getAddress() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
getAddress() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getAnnotations() - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
getAnnotations() - Method in interface org.apache.tinkerpop.gremlin.driver.Endpoint
 
getAnnotations() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getAvailabilityZone() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getAverageLatencyMillis() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
getAverageTimeToAcquireMillis() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getBuildTime() - Method in class software.amazon.utils.GitProperties
 
getBuildVersion() - Method in class software.amazon.utils.GitProperties
 
getClosingCount() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getCluster() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient.GremlinAliasClusterClient
 
getClusterEndpoint() - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
getClusterMetadata() - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
getClusterMetadata() - Method in interface software.amazon.neptune.cluster.ClusterMetadataSupplier
 
getCommitId() - Method in class software.amazon.utils.GitProperties
 
getCommitTime() - Method in class software.amazon.utils.GitProperties
 
getCount() - Method in class org.apache.tinkerpop.gremlin.driver.ErrorMetric
 
getCurrentRegionName() - Static method in class software.amazon.utils.RegionUtils
 
getDeadCount() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getDroppedRequestsCount() - Method in class org.apache.tinkerpop.gremlin.driver.RequestMetrics
 
getDurationMillis() - Method in class org.apache.tinkerpop.gremlin.driver.ConnectionMetrics
 
getDurationMillis() - Method in class org.apache.tinkerpop.gremlin.driver.RequestMetrics
 
getEndpoints(Collection<? extends EndpointsSelector>, boolean) - Method in interface software.amazon.neptune.cluster.ClusterEndpointsFetchStrategy
 
getEndpoints(Map<? extends EndpointsSelector, GremlinClient>, boolean) - Method in interface software.amazon.neptune.cluster.ClusterEndpointsFetchStrategy
 
getEndpoints(EagerRefreshContext) - Method in interface org.apache.tinkerpop.gremlin.driver.OnEagerRefresh
 
getEndpoints(NeptuneClusterMetadata) - Method in interface software.amazon.neptune.cluster.EndpointsSelector
 
getEndpoints(T) - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
getEndpointsWithNoCluster(ClientClusterCollection) - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
getEnrichedEndpoints(EndpointFilter) - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
getErrorClass() - Method in class org.apache.tinkerpop.gremlin.driver.ErrorMetric
 
getErrorCount() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
getErrors() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
getFailedRequestsCount() - Method in class org.apache.tinkerpop.gremlin.driver.RequestMetrics
 
getInstanceId() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getInstances() - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
getInstanceType() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getMandatoryEnv(String) - Static method in class software.amazon.utils.EnvironmentVariableUtils
 
getMaxLatencyMillis() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
getMaxTimeToAcquireMillis() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getMetrics() - Method in class org.apache.tinkerpop.gremlin.driver.ConnectionMetrics
 
getMetrics() - Method in class org.apache.tinkerpop.gremlin.driver.RequestMetrics
 
getMinLatencyMillis() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
getMinTimeToAcquireMillis() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getName() - Method in class software.amazon.utils.SoftwareVersion
 
getNoHostsAvailableCount() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getNullPointerExceptionCount() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getOptionalEnv(String, String) - Static method in class software.amazon.utils.EnvironmentVariableUtils
 
getRatePerSecond() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
getReaderEndpoint() - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
getRejectedEndpoints(EndpointFilter) - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
getRole() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getSkippedResponsesCount() - Method in class org.apache.tinkerpop.gremlin.driver.RequestMetrics
 
getStatus() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getSucceededCount() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getSuccessCount() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
getTag(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getTag(String, String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getTags() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
getTotalAttempts() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getTotalConnectionAttempts() - Method in class org.apache.tinkerpop.gremlin.driver.ConnectionMetrics
 
getTotalRequests() - Method in class org.apache.tinkerpop.gremlin.driver.RequestMetrics
 
getUnavailableCount() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
getVersion() - Method in class software.amazon.utils.SoftwareVersion
 
GitProperties - Class in software.amazon.utils
 
graphTraversalSource() - Method in class org.apache.tinkerpop.gremlin.driver.ClusterContext
 
GremlinClient - Class in org.apache.tinkerpop.gremlin.driver
 
GremlinClient.GremlinAliasClusterClient - Class in org.apache.tinkerpop.gremlin.driver
 
GremlinCluster - Class in org.apache.tinkerpop.gremlin.driver
 
GremlinCluster(Collection<Endpoint>, ClusterFactory, EndpointStrategies, AcquireConnectionConfig, MetricsConfig) - Constructor for class org.apache.tinkerpop.gremlin.driver.GremlinCluster
 
GremlinClusterBuilder - Class in org.apache.tinkerpop.gremlin.driver
 

H

handshakeInterceptor(HandshakeInterceptor) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Specifies an HandshakeInterceptor that will allow manipulation of the FullHttpRequest prior to its being sent over the websocket.
handshakeInterceptor(HandshakeInterceptor) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
hasTag(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
hasTag(String, String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 

I

iamProfile(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
increment() - Method in class org.apache.tinkerpop.gremlin.driver.ErrorMetric
 
init() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
initializeImplementation() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
isApproved() - Method in class org.apache.tinkerpop.gremlin.driver.ApprovalResult
 
isAvailable() - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
isAvailable() - Method in interface org.apache.tinkerpop.gremlin.driver.Endpoint
 
isAvailable() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
isClosing() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
isEmpty() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
isPrimary() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
isReader() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
isRetryable() - Method in class software.amazon.utils.RetryUtils.Result
 
isRetryableException(Exception) - Static method in class software.amazon.utils.RetryUtils
 
iterator() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 

J

jaasEntry(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Sets the AuthProperties.Property.JAAS_ENTRY properties for authentication to Gremlin Server.
jaasEntry(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
join(List<T>, List<T>) - Static method in class software.amazon.utils.CollectionUtils
 

K

keepAliveInterval(long) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Length of time in milliseconds to wait on an idle connection before sending a keep-alive request.
keepAliveInterval(long) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
keyCertChainFile(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Deprecated.
As of release 3.2.10, replaced by GremlinClusterBuilder.keyStore
keyFile(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Deprecated.
As of release 3.2.10, replaced by GremlinClusterBuilder.keyStore
keyPassword(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Deprecated.
As of release 3.2.10, replaced by GremlinClusterBuilder.keyStorePassword
keyStore(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The file location of the private key in JKS or PKCS#12 format.
keyStore(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
keyStorePassword(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The password of the GremlinClusterBuilder.keyStore, or null if it's not password-protected.
keyStorePassword(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
keyStoreType(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The format of the GremlinClusterBuilder.keyStore, either JKS or PKCS12
keyStoreType(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 

L

lambdaProxy(String) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
lambdaProxy(String, String) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
lambdaProxy(String, String, AWSCredentialsProvider) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
lambdaProxy(String, String, AWSCredentialsProvider, ClientConfiguration) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
lambdaProxy(String, String, String) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
lambdaProxy(String, String, String, ClientConfiguration) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
loadBalancingStrategy(Supplier<LoadBalancingStrategy>) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Specifies the load balancing strategy to use on the client side.
loadBalancingStrategy(Supplier<LoadBalancingStrategy>) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 

M

managementApi(String) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
managementApi(String, String) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
managementApi(String, String, AWSCredentialsProvider) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
managementApi(String, String, AWSCredentialsProvider, ClientConfiguration) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
managementApi(String, String, String) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
managementApi(String, String, String, ClientConfiguration) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
maxConnectionPoolSize(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The maximum size that the ConnectionPool can grow.
maxConnectionPoolSize(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
maxContentLength(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The maximum size in bytes of any request sent to the server.
maxContentLength(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
maxInProcessPerConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The maximum number of in-flight requests that can occur on a Connection.
maxInProcessPerConnection(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
maxSimultaneousUsagePerConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The maximum number of times that a Connection can be borrowed from the pool simultaneously.
maxSimultaneousUsagePerConnection(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
maxWaitForClose(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
If the connection is using a "session" this setting represents the amount of time in milliseconds to wait for that session to close before timing out where the default value is 3000.
maxWaitForClose(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
maxWaitForConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The maximum amount of time to wait for a connection to be borrowed from the connection pool.
maxWaitForConnection(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
message() - Method in class software.amazon.utils.RetryUtils.Result
 
metrics() - Method in class org.apache.tinkerpop.gremlin.driver.ConnectionMetricsCollector
 
MetricsHandler - Interface in org.apache.tinkerpop.gremlin.driver
 
minConnectionPoolSize(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The minimum size of the ConnectionPool.
minConnectionPoolSize(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
minInProcessPerConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The minimum number of in-flight requests that can occur on a Connection before it is considered for closing on return to the ConnectionPool.
minInProcessPerConnection(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
minSimultaneousUsagePerConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The minimum number of times that a Connection should be borrowed from the pool before it falls under consideration for closing.
minSimultaneousUsagePerConnection(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
monitor(Collection<GremlinClient>, long, TimeUnit) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
monitor(GremlinClient, long, TimeUnit) - Static method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 

N

NeptuneClusterMetadata - Class in software.amazon.neptune.cluster
 
NeptuneClusterMetadata() - Constructor for class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
NeptuneGremlinClusterBuilder - Class in software.amazon.neptune.cluster
 
NeptuneInstanceMetadata - Class in software.amazon.neptune.cluster
 
NeptuneInstanceMetadata() - Constructor for class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
nioPoolSize(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Size of the pool for handling request/response operations.
nioPoolSize(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
NULL_ENDPOINT_FILTER - Static variable in interface org.apache.tinkerpop.gremlin.driver.EndpointFilter
 

O

onEagerRefresh(OnEagerRefresh) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
onEagerRefresh(OnEagerRefresh) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
OnEagerRefresh - Interface in org.apache.tinkerpop.gremlin.driver
 
onMetricsPublished(ConnectionMetrics, RequestMetrics) - Method in interface org.apache.tinkerpop.gremlin.driver.MetricsHandler
 
OnNewClusterMetadata - Interface in software.amazon.neptune.cluster
 
org.apache.tinkerpop.gremlin.driver - package org.apache.tinkerpop.gremlin.driver
 

P

path(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The path to the Gremlin service on the host which is "/gremlin" by default.
path(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
port(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Sets the port that the Gremlin Servers will be listening on.
port(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
Primary - software.amazon.neptune.cluster.EndpointsType
 
protocol(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Sets the AuthProperties.Property.PROTOCOL properties for authentication to Gremlin Server.
protocol(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
proxyAddress(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
proxyPort(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
proxyRemoveHostHeader(boolean) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 

R

ReaderEndpoint - software.amazon.neptune.cluster.EndpointsType
 
ReadReplicas - software.amazon.neptune.cluster.EndpointsType
 
reason() - Method in class org.apache.tinkerpop.gremlin.driver.ApprovalResult
 
reconnectInterval(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Time in milliseconds to wait between retries when attempting to reconnect to a dead host.
reconnectInterval(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
refresh(GremlinClient, T) - Static method in class org.apache.tinkerpop.gremlin.driver.RefreshTask
 
Refreshable - Interface in org.apache.tinkerpop.gremlin.driver
 
refreshClusterMetadata() - Method in interface software.amazon.neptune.cluster.ClusterMetadataSupplier
 
refreshEndpoints() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
Refreshes the client with its current set of endpoints.
refreshEndpoints(EndpointCollection) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
Refreshes the list of endpoint addresses to which the client connects.
refreshEndpoints(EndpointCollection) - Method in interface org.apache.tinkerpop.gremlin.driver.Refreshable
 
RefreshTask - Class in org.apache.tinkerpop.gremlin.driver
 
RefreshTask(GremlinClient, T) - Constructor for class org.apache.tinkerpop.gremlin.driver.RefreshTask
 
RegionUtils - Class in software.amazon.utils
 
RegionUtils() - Constructor for class software.amazon.utils.RegionUtils
 
REJECTED_REASON_ANNOTATION - Static variable in class org.apache.tinkerpop.gremlin.driver.ApprovalResult
 
RequestMetrics - Class in org.apache.tinkerpop.gremlin.driver
 
Result(boolean, Throwable, String) - Constructor for class software.amazon.utils.RetryUtils.Result
 
resultIterationBatchSize(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Override the server setting that determines how many results are returned per batch.
resultIterationBatchSize(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
RetryUtils - Class in software.amazon.utils
 
RetryUtils() - Constructor for class software.amazon.utils.RetryUtils
 
RetryUtils.Result - Class in software.amazon.utils
 
rootCause() - Method in class software.amazon.utils.RetryUtils.Result
 

S

select(EndpointsSelector) - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
selector() - Method in class org.apache.tinkerpop.gremlin.driver.RefreshTask
 
serializer(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Set the MessageSerializer to use given the exact name of a Serializers enum.
serializer(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
serializer(MessageSerializer) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Sets the MessageSerializer to use.
serializer(MessageSerializer) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
serializer(Serializers) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Set the MessageSerializer to use via the Serializers enum.
serializer(Serializers) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
serviceRegion(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
setAddress(String) - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
setAddress(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
setAnnotation(String, String) - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
setAnnotation(String, String) - Method in interface org.apache.tinkerpop.gremlin.driver.Endpoint
 
setAnnotation(String, String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
setAnnotations(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
setAnnotations(Map<String, String>) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
setAvailabilityZone(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
setClusterEndpoint(DatabaseEndpoint) - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
setEndpoint(String) - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
Deprecated.
setEndpoint(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
Deprecated.
setInstanceId(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
setInstances(Collection<NeptuneInstanceMetadata>) - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
setInstanceType(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
setReaderEndpoint(DatabaseEndpoint) - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
setRole(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
setStatus(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
setTags(Map<String, String>) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
size() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
software.amazon.neptune.cluster - package software.amazon.neptune.cluster
 
software.amazon.utils - package software.amazon.utils
 
SoftwareVersion - Class in software.amazon.utils
 
sslCipherSuites(List<String>) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
A list of cipher suites to enable.
sslCipherSuites(List<String>) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
sslContext(SslContext) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Explicitly set the SslContext for when more flexibility is required in the configuration than is allowed by the GremlinClusterBuilder.
sslContext(SslContext) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
sslEnabledProtocols(List<String>) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
A list of SSL protocols to enable.
sslEnabledProtocols(List<String>) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
sslSkipCertValidation(boolean) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
If true, trust all certificates and do not perform any validation.
sslSkipCertValidation(boolean) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
startPollingNeptuneAPI(Collection<RefreshTask>, long, TimeUnit) - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
startPollingNeptuneAPI(GremlinClient, T, long, TimeUnit) - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
startPollingNeptuneAPI(RefreshTask, long, TimeUnit) - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
startPollingNeptuneAPI(OnNewClusterMetadata, long, TimeUnit) - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
STATE_ANNOTATION - Static variable in class software.amazon.neptune.cluster.SuspendedEndpoints
 
stop() - Method in class software.amazon.neptune.cluster.ClusterEndpointsRefreshAgent
 
stream() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
submitAsync(Bytecode, RequestOptions) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient.GremlinAliasClusterClient
 
SUSPENDED - Static variable in class software.amazon.neptune.cluster.SuspendedEndpoints
 
SuspendedEndpoints - Class in software.amazon.neptune.cluster
 
SuspendedEndpoints() - Constructor for class software.amazon.neptune.cluster.SuspendedEndpoints
 

T

toJsonString() - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
toJsonString() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
topologyAwareBuilderConfigurator(TopologyAwareBuilderConfigurator) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
 
TopologyAwareBuilderConfigurator - Interface in org.apache.tinkerpop.gremlin.driver
 
toString() - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
toString() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointCollection
 
toString() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointConnectionMetrics
 
toString() - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 
toString() - Method in class org.apache.tinkerpop.gremlin.driver.ErrorMetric
 
toString() - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClient
 
toString() - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
toString() - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
toString() - Method in class software.amazon.utils.GitProperties
 
toString() - Method in class software.amazon.utils.RetryUtils.Result
 
toString() - Method in class software.amazon.utils.SoftwareVersion
 
totalConnectionAttempts() - Method in class org.apache.tinkerpop.gremlin.driver.ConnectionMetricsCollector
 
trustCertificateChainFile(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Deprecated.
As of release 3.2.10, replaced by GremlinClusterBuilder.trustStore
trustStore(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The file location for a SSL Certificate Chain to use when SSL is enabled.
trustStore(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
trustStorePassword(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
The password of the GremlinClusterBuilder.trustStore, or null if it's not password-protected.
trustStorePassword(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 

U

update(long, Throwable) - Method in class org.apache.tinkerpop.gremlin.driver.EndpointRequestMetrics
 

V

validationRequest(String) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Specify a valid Gremlin script that can be used to test remote operations.
validationRequest(String) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
valueOf(String) - Static method in enum software.amazon.neptune.cluster.EndpointsType
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.neptune.cluster.EndpointsType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAddress(String) - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
withAddress(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
withAnnotation(String, String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
withAnnotations(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.driver.DatabaseEndpoint
 
withAnnotations(Map<String, String>) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
withAvailabilityZone(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
withClusterEndpoint(String) - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
withInstanceId(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
withInstances(Collection<NeptuneInstanceMetadata>) - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
withInstanceType(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
withReaderEndpoint(String) - Method in class software.amazon.neptune.cluster.NeptuneClusterMetadata
 
withRole(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
withStatus(String) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
withTags(Map<String, String>) - Method in class software.amazon.neptune.cluster.NeptuneInstanceMetadata
 
workerPoolSize(int) - Method in class org.apache.tinkerpop.gremlin.driver.GremlinClusterBuilder
Size of the pool for handling background work.
workerPoolSize(int) - Method in class software.amazon.neptune.cluster.NeptuneGremlinClusterBuilder
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages