Class ScatterGatherStats
- java.lang.Object
-
- com.linkedin.alpini.router.monitoring.ScatterGatherStats
-
- All Implemented Interfaces:
ScatterGatherStatsMBean
public class ScatterGatherStats extends java.lang.Object implements ScatterGatherStatsMBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ScatterGatherStats.Delta
-
Constructor Summary
Constructors Constructor Description ScatterGatherStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTotalRetriedKeys()
long
getTotalRetries()
long
getTotalRetriesDiscarded()
long
getTotalRetriesError()
long
getTotalRetriesWinner()
-
-
-
Method Detail
-
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
-
-