|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.unitn.ds.peersim.utils.ConsensusProtocolParameters
public class ConsensusProtocolParameters
Distributed Systems Course Project
Year: 2009/2010
University of Trento
ConsensusProtocolParameters -. Contains all the parameters about the consensus protocol.
| Constructor Summary | |
|---|---|
ConsensusProtocolParameters()
Instantiates a new consensus protocol parameters. |
|
| Method Summary | |
|---|---|
int |
getPid()
Gets the pid. |
int |
getTid()
Gets the tid. |
void |
setPid(int pid)
Sets the pid. |
void |
setTid(int tid)
Sets the tid. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsensusProtocolParameters()
| Method Detail |
|---|
public int getPid()
public int getTid()
public void setPid(int pid)
pid - the pid to setpublic void setTid(int tid)
tid - the tid to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||