| Package | Description |
|---|---|
| io.atomix.copycat |
Core interfaces for operating on replicated state machines in the Copycat cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default Query.ConsistencyLevel |
Query.consistency()
Returns the query consistency level.
|
static Query.ConsistencyLevel |
Query.ConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.ConsistencyLevel[] |
Query.ConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2017. All rights reserved.