Interface OutputStatistics

    • Method Detail

      • getMaxTokenCount

        long getMaxTokenCount()
        Gets the highest number of tokens ever held in the dataflow queue. This is only applicable to output ports.
        Returns:
        the largest observed size of the queue, in tokens
      • getMaxBatchCount

        long getMaxBatchCount()
        Gets the highest number of batches ever held in the dataflow queue. This is only applicable to output ports.
        Returns:
        the largest observed size of the queue, in batches