protected class Table.Missing extends java.lang.Object implements Table.Visitor<T>
Modifier and Type | Field and Description |
---|---|
protected int |
max_num_msgs |
protected SeqnoList |
missing_elements |
protected int |
num_msgs |
Modifier | Constructor and Description |
---|---|
protected |
Missing(long start,
int max_number_of_msgs) |
Modifier and Type | Method and Description |
---|---|
protected SeqnoList |
getMissingElements() |
boolean |
visit(long seqno,
T element,
int row,
int column)
Iteration over the table, used by
Table.forEach(long,long,org.jgroups.util.Table.Visitor) . |
protected final SeqnoList missing_elements
protected final int max_num_msgs
protected int num_msgs
protected SeqnoList getMissingElements()
public boolean visit(long seqno, T element, int row, int column)
Table.Visitor
Table.forEach(long,long,org.jgroups.util.Table.Visitor)
.visit
in interface Table.Visitor<T>
seqno
- The current seqnoelement
- The element at matrix[row][column]row
- The current rowcolumn
- The current columnCopyright © 1998-2020 Red Hat. All Rights Reserved.