| Modifier and Type | Method and Description |
|---|---|
LittleCASPaxos.PaxosResult |
LittleCASPaxos.RoundResult.getResult()
Result code
|
static LittleCASPaxos.PaxosResult |
LittleCASPaxos.PaxosResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LittleCASPaxos.PaxosResult[] |
LittleCASPaxos.PaxosResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RoundResult(LittleCASPaxos.PaxosResult res,
LittleCASPaxos.KV kv,
int responses) |
Copyright © 2020. All rights reserved.