Class ScatterGatherStats
java.lang.Object
com.linkedin.alpini.router.monitoring.ScatterGatherStats
- All Implemented Interfaces:
ScatterGatherStatsMBean
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
long
-
Constructor Details
-
ScatterGatherStats
public ScatterGatherStats()
-
-
Method Details
-
getTotalRetries
public long getTotalRetries()- Specified by:
getTotalRetries
in interfaceScatterGatherStatsMBean
-
getTotalRetriedKeys
public long getTotalRetriedKeys()- Specified by:
getTotalRetriedKeys
in interfaceScatterGatherStatsMBean
-
getTotalRetriesDiscarded
public long getTotalRetriesDiscarded()- Specified by:
getTotalRetriesDiscarded
in interfaceScatterGatherStatsMBean
-
getTotalRetriesWinner
public long getTotalRetriesWinner()- Specified by:
getTotalRetriesWinner
in interfaceScatterGatherStatsMBean
-
getTotalRetriesError
public long getTotalRetriesError()- Specified by:
getTotalRetriesError
in interfaceScatterGatherStatsMBean
-