Class Table.Missing

    • Field Detail

      • missing_elements

        protected final SeqnoList missing_elements
      • max_num_msgs

        protected final int max_num_msgs
      • num_msgs

        protected int num_msgs
    • Constructor Detail

      • Missing

        protected Missing​(long start,
                          int max_number_of_msgs)
    • Method Detail

      • getMissingElements

        protected SeqnoList getMissingElements()
      • visit

        public boolean visit​(long seqno,
                             T element,
                             int row,
                             int column)
        Description copied from interface: Table.Visitor
        Specified by:
        visit in interface Table.Visitor<T>
        Parameters:
        seqno - The current seqno
        element - The element at matrix[row][column]
        row - The current row
        column - The current column
        Returns:
        True if we should continue the iteration, false if we should break out of the iteration