|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgroups.protocols.pbcast.NAKACK2.Counter
protected static class NAKACK2.Counter
| Field Summary | |
|---|---|
protected boolean |
count_size
|
protected long |
result
|
| Constructor Summary | |
|---|---|
NAKACK2.Counter(boolean count_size)
|
|
| Method Summary | |
|---|---|
long |
getResult()
|
boolean |
visit(long seqno,
Message element,
int row,
int column)
Iteration over the table, used by Table.forEach(long,long,org.jgroups.util.Table.Visitor). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final boolean count_size
protected long result
| Constructor Detail |
|---|
public NAKACK2.Counter(boolean count_size)
| Method Detail |
|---|
public long getResult()
public boolean visit(long seqno,
Message element,
int row,
int column)
Table.VisitorTable.forEach(long,long,org.jgroups.util.Table.Visitor).
visit in interface Table.Visitor<Message>seqno - The current seqnoelement - The element at matrix[row][column]row - The current rowcolumn - The current column
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||