Package org.jgroups.protocols
Class MERGE3.ViewConsistencyChecker
- java.lang.Object
-
- org.jgroups.protocols.MERGE3.ViewConsistencyChecker
-
- All Implemented Interfaces:
java.lang.Runnable
,TimeScheduler.Task
- Enclosing class:
- MERGE3
protected class MERGE3.ViewConsistencyChecker extends java.lang.Object implements TimeScheduler.Task
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ViewConsistencyChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
_run()
long
nextInterval()
void
run()
java.lang.String
toString()
-
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
_run
protected void _run()
-
nextInterval
public long nextInterval()
- Specified by:
nextInterval
in interfaceTimeScheduler.Task
- Returns:
- the next scheduled interval in ms. If <= 0 the task will not be re-scheduled
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-