Class SegmentGenerationMetrics.MessageGapStats
java.lang.Object
org.apache.druid.segment.realtime.SegmentGenerationMetrics.MessageGapStats
- Enclosing class:
- SegmentGenerationMetrics
MessageGapStats tracks message gap statistics and is thread-safe.-
Constructor Details
-
MessageGapStats
public MessageGapStats()
-
-
Method Details
-
avg
public double avg() -
min
public long min() -
max
public long max() -
count
public long count() -
add
public void add(long messageGap) -
copyAndReset
-