JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
M
N
P
R
S
T
U
W
A
addMetricPublisher(MetricPublisher)
- Method in class software.amazon.dax.
Configuration.Builder
Add a metric publisher to the existing list of previously set publishers to be used for publishing metrics for this client.
B
build()
- Method in class software.amazon.dax.
Configuration.Builder
builder()
- Static method in class software.amazon.dax.
ClusterDaxAsyncClient
builder()
- Static method in class software.amazon.dax.
ClusterDaxClient
builder()
- Static method in class software.amazon.dax.
Configuration
Builder()
- Constructor for class software.amazon.dax.
Configuration.Builder
C
close()
- Method in class software.amazon.dax.
ClusterDaxAsyncClient
ClusterDaxAsyncClient
- Class in
software.amazon.dax
ClusterDaxAsyncClient.Builder
- Class in
software.amazon.dax
ClusterDaxClient
- Class in
software.amazon.dax
ClusterDaxClient.Builder
- Class in
software.amazon.dax
clusterUpdateIntervalMillis(int)
- Method in class software.amazon.dax.
Configuration.Builder
The interval between polling of cluster members for membership changes.
clusterUpdateIntervalMillis()
- Method in class software.amazon.dax.
Configuration
Configuration
- Class in
software.amazon.dax
Configuration.Builder
- Class in
software.amazon.dax
connectionTtlMillis(int)
- Method in class software.amazon.dax.
Configuration.Builder
The ttl for connections with the DAX cluster.
connectionTtlMillis()
- Method in class software.amazon.dax.
Configuration
connectTimeoutMillis(int)
- Method in class software.amazon.dax.
Configuration.Builder
The timeout for connections establishment with the DAX cluster.
connectTimeoutMillis()
- Method in class software.amazon.dax.
Configuration
credentialsProvider(AwsCredentialsProvider)
- Method in class software.amazon.dax.
Configuration.Builder
Configure the credentials that should be used to authenticate with AWS.
credentialsProvider()
- Method in class software.amazon.dax.
Configuration
D
DaxTransactionCanceledException
- Exception in
software.amazon.dax.exceptions
DaxTransactionCanceledException(String, String, String, int, int[], boolean)
- Constructor for exception software.amazon.dax.exceptions.
DaxTransactionCanceledException
DecoderException
- Exception in
software.amazon.dax.exceptions
DecoderException(String)
- Constructor for exception software.amazon.dax.exceptions.
DecoderException
E
endpointRefreshTimeoutMillis(int)
- Method in class software.amazon.dax.
Configuration.Builder
The endpoint refresh request timeout for the DAX cluster.
endpointRefreshTimeoutMillis()
- Method in class software.amazon.dax.
Configuration
eventLoopGroup(EventLoopGroup)
- Method in class software.amazon.dax.
Configuration.Builder
Sets the
EventLoopGroup
which will be used to create the Netty client.
eventLoopGroup()
- Method in class software.amazon.dax.
Configuration
G
getReasonCodes()
- Method in exception software.amazon.dax.exceptions.
DaxTransactionCanceledException
getReasonItems()
- Method in exception software.amazon.dax.exceptions.
DaxTransactionCanceledException
getReasonMsgs()
- Method in exception software.amazon.dax.exceptions.
DaxTransactionCanceledException
H
host()
- Method in class software.amazon.dax.
Configuration
I
idleTimeoutMillis(int)
- Method in class software.amazon.dax.
Configuration.Builder
The timeout for idle connections with the DAX cluster.
idleTimeoutMillis()
- Method in class software.amazon.dax.
Configuration
M
MalformedResultException
- Exception in
software.amazon.dax.exceptions
An exception thrown when the response from the server is invalid.
MalformedResultException(String)
- Constructor for exception software.amazon.dax.exceptions.
MalformedResultException
MalformedResultException(String, Object)
- Constructor for exception software.amazon.dax.exceptions.
MalformedResultException
maxConcurrency(int)
- Method in class software.amazon.dax.
Configuration.Builder
The number of maximal active connections, once this is reached new tries to acquire a connection will be delayed until a connection is returned to the pool again.
maxConcurrency()
- Method in class software.amazon.dax.
Configuration
maxPendingConnectionAcquires(int)
- Method in class software.amazon.dax.
Configuration.Builder
The maximum number of pending acquires.
maxPendingConnectionAcquires()
- Method in class software.amazon.dax.
Configuration
metricPublishers()
- Method in class software.amazon.dax.
Configuration
N
NoClusterEndpointsAvailableException
- Exception in
software.amazon.dax.exceptions
NoClusterEndpointsAvailableException()
- Constructor for exception software.amazon.dax.exceptions.
NoClusterEndpointsAvailableException
P
port()
- Method in class software.amazon.dax.
Configuration
R
readRetries(int)
- Method in class software.amazon.dax.
Configuration.Builder
The number of times to retry reads (not counting the initial try).
readRetries()
- Method in class software.amazon.dax.
Configuration
reasonCodes(String[])
- Method in exception software.amazon.dax.exceptions.
DaxTransactionCanceledException
reasonItems(byte[])
- Method in exception software.amazon.dax.exceptions.
DaxTransactionCanceledException
reasonMessages(String[])
- Method in exception software.amazon.dax.exceptions.
DaxTransactionCanceledException
region(Region)
- Method in class software.amazon.dax.
Configuration.Builder
The AWS region.
region()
- Method in class software.amazon.dax.
Configuration
requestTimeoutMillis(int)
- Method in class software.amazon.dax.
Configuration.Builder
The request timeout for connections with the DAX cluster.
requestTimeoutMillis()
- Method in class software.amazon.dax.
Configuration
retryable()
- Method in exception software.amazon.dax.exceptions.
MalformedResultException
S
skipHostNameVerification(boolean)
- Method in class software.amazon.dax.
Configuration.Builder
skipHostnameVerification skip hostname verification of TLS connections.
skipHostNameVerification()
- Method in class software.amazon.dax.
Configuration
software.amazon.dax
- package software.amazon.dax
software.amazon.dax.exceptions
- package software.amazon.dax.exceptions
ssl()
- Method in class software.amazon.dax.
Configuration
T
toBuilder()
- Method in class software.amazon.dax.
Configuration
U
url(String)
- Method in class software.amazon.dax.
Configuration.Builder
Sets the DAX cluster discovery endpoints.
url()
- Method in class software.amazon.dax.
Configuration
W
writeRetries(int)
- Method in class software.amazon.dax.
Configuration.Builder
The number of times to retry writes (not counting the initial try).
writeRetries()
- Method in class software.amazon.dax.
Configuration
A
B
C
D
E
G
H
I
M
N
P
R
S
T
U
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes