| Modifier and Type | Field and Description |
|---|---|
static LittleCASPaxos.Ballot |
LittleCASPaxos.Ballot.MIN |
| Modifier and Type | Method and Description |
|---|---|
LittleCASPaxos.Ballot |
LittleCASPaxos.Ballot.bigger(LittleCASPaxos.Node node) |
LittleCASPaxos.Ballot |
LittleCASPaxos.KV.getBallot() |
LittleCASPaxos.Ballot |
LittleCASPaxos.Prepare.getBallot() |
LittleCASPaxos.Ballot |
LittleCASPaxos.Ballot.incrementMighty(LittleCASPaxos.Node node) |
LittleCASPaxos.Ballot |
LittleCASPaxos.Ballot.incrementTiny(LittleCASPaxos.Node node) |
| Modifier and Type | Method and Description |
|---|---|
int |
LittleCASPaxos.Ballot.compareTo(LittleCASPaxos.Ballot o) |
| Constructor and Description |
|---|
Prepare(LittleCASPaxos.Ballot ballot,
String key) |
Copyright © 2020. All rights reserved.