Package | Description |
---|---|
com.aerospike.client.policy |
Modifier and Type | Field and Description |
---|---|
ConsistencyLevel |
Policy.consistencyLevel
How replicas should be consulted in a read operation to provide the desired
consistency guarantee.
|
Modifier and Type | Method and Description |
---|---|
static ConsistencyLevel |
ConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyLevel[] |
ConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.