|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.unitn.ds.peersim.fds.StrongFD
public class StrongFD
Distributed Systems Course Project
Year: 2009/2010
University of Trento
StrongFD -.
http://peersim.sourceforge.net/| Constructor Summary | |
|---|---|
StrongFD(FDParameters fdParameters)
Instantiates a new strong fd. |
|
| Method Summary | |
|---|---|
void |
addSuspected(peersim.core.Node node)
Adds the suspected. |
java.util.ArrayList<java.lang.Long> |
callOracle()
Call oracle. |
void |
init()
Inits the. |
boolean |
isSuspected(peersim.core.Node node)
Checks if is suspected. |
void |
removeSuspected(peersim.core.Node node)
Removes the suspected. |
java.lang.String |
toString()
To string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StrongFD(FDParameters fdParameters)
fdParameters - the fd parameters| Method Detail |
|---|
public void init()
public java.util.ArrayList<java.lang.Long> callOracle()
FailureDetector
callOracle in interface FailureDetectorpublic void addSuspected(peersim.core.Node node)
FailureDetector
addSuspected in interface FailureDetectornode - the node suspected.public void removeSuspected(peersim.core.Node node)
FailureDetector
removeSuspected in interface FailureDetectornode - the node to be removed.public boolean isSuspected(peersim.core.Node node)
FailureDetector
isSuspected in interface FailureDetectornode - the node to check.
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||