Package org.jgroups.protocols
Class COUNTER.ReconciliationTask
- java.lang.Object
-
- org.jgroups.protocols.COUNTER.ReconciliationTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- COUNTER
protected class COUNTER.ReconciliationTask extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description protected ResponseCollector<COUNTER.ReconcileResponse>
responses
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReconciliationTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
_run()
void
add(COUNTER.ReconcileResponse rsp, Address sender)
protected void
cancel()
void
run()
java.lang.String
toString()
-
-
-
Field Detail
-
responses
protected ResponseCollector<COUNTER.ReconcileResponse> responses
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
_run
protected void _run()
-
add
public void add(COUNTER.ReconcileResponse rsp, Address sender)
-
cancel
protected void cancel()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-