Package io.pravega.client.stream
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).
-