public class NoOpReplStatsTracker extends ReplStatsTracker
RM_PROGRESS_LENGTH, TOP_K_MAX| Constructor and Description |
|---|
NoOpReplStatsTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(String eventType,
String eventId,
long timeTaken)
Adds an entry for tracking.
|
String |
toString() |
getDescMap, getK, getLastEventId, getTopKEventspublic void addEntry(String eventType, String eventId, long timeTaken)
ReplStatsTrackeraddEntry in class ReplStatsTrackereventType - the type of event.eventId - the event id.timeTaken - time taken to process the event.public String toString()
toString in class ReplStatsTrackerCopyright © 2022 The Apache Software Foundation. All rights reserved.