public class Proposer
extends java.lang.Object
| Constructor and Description |
|---|
Proposer(ServerCommunicationSystem communication,
MessageFactory factory,
ServerViewManager manager)
Creates a new instance of Proposer
|
| Modifier and Type | Method and Description |
|---|---|
void |
startExecution(int eid,
byte[] value)
This method is called by the TOMLayer (or any other)
to start the execution of one instance of the Paxos protocol.
|
public Proposer(ServerCommunicationSystem communication, MessageFactory factory, ServerViewManager manager)
communication - Replicas communication systemfactory - Factory for PaW messagesverifier - Proof verifierconf - TOM configuration