Interface ReaderGroupMetrics


  • @Beta
    public interface ReaderGroupMetrics
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long unreadBytes()
      Returns the number of bytes between the last recorded position of the readers in the ReaderGroup and the end of the stream(s).
    • Method Detail

      • unreadBytes

        long unreadBytes()
        Returns the number of bytes between the last recorded position of the readers in the ReaderGroup and the end of the stream(s). Note: This value may be somewhat delayed.
        Returns:
        The number of unread bytes.