Package org.jgroups.util
Class Table.Missing
java.lang.Object
org.jgroups.util.Table.Missing
- All Implemented Interfaces:
Table.Visitor<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SeqnoListbooleanIteration over the table, used byTable.forEach(long,long,org.jgroups.util.Table.Visitor).
-
Field Details
-
missing_elements
-
max_num_msgs
protected final int max_num_msgs -
num_msgs
protected int num_msgs
-
-
Constructor Details
-
Missing
protected Missing(long start, int max_number_of_msgs)
-
-
Method Details
-
getMissingElements
-
visit
Description copied from interface:Table.VisitorIteration over the table, used byTable.forEach(long,long,org.jgroups.util.Table.Visitor).- Specified by:
visitin interfaceTable.Visitor<T>- Parameters:
seqno- The current seqnoelement- The element at matrix[row][column]row- The current rowcolumn- The current column- Returns:
- True if we should continue the iteration, false if we should break out of the iteration
-