| Package | Description |
|---|---|
| org.vanilladb.comm.protocols.floodingconsensus | |
| org.vanilladb.comm.protocols.tob |
| Modifier and Type | Method and Description |
|---|---|
Value |
ConsensusResult.getDecision() |
Value |
Decide.getValue() |
Value |
ConsensusRequest.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Set<Value> |
Propose.getProposal() |
| Constructor and Description |
|---|
ConsensusRequest(net.sf.appia.core.Channel channel,
net.sf.appia.core.Session src,
Value value) |
ConsensusResult(net.sf.appia.core.Channel channel,
net.sf.appia.core.Session src,
Value decision) |
Decide(net.sf.appia.core.Channel channel,
net.sf.appia.core.Session source,
Value value) |
| Constructor and Description |
|---|
Propose(net.sf.appia.core.Channel channel,
net.sf.appia.core.Session source,
int roundId,
Set<Value> proposal) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderProposal |
| Modifier and Type | Method and Description |
|---|---|
int |
OrderProposal.compareTo(Value target) |
Copyright © 2020 VanillaDB Organization. All rights reserved.