Package | Description |
---|---|
com.datastax.driver.core.policies |
Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
RetryPolicy.RetryDecision.Type |
RetryPolicy.RetryDecision.getType()
The type of this retry decision.
|
static RetryPolicy.RetryDecision.Type |
RetryPolicy.RetryDecision.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetryPolicy.RetryDecision.Type[] |
RetryPolicy.RetryDecision.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2024. All rights reserved.