Class MemoryMetricsDatastore.LiveMethodsStats
- java.lang.Object
-
- com.slack.api.methods.metrics.impl.MemoryMetricsDatastore.LiveMethodsStats
-
- Enclosing class:
- MemoryMetricsDatastore
public class MemoryMetricsDatastore.LiveMethodsStats extends Object
-
-
Constructor Summary
Constructors Constructor Description LiveMethodsStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ConcurrentMap<String,AtomicLong>getAllCompletedCalls()ConcurrentMap<String,Integer>getCurrentQueueSize()ConcurrentMap<String,AtomicLong>getFailedCalls()ConcurrentMap<String,Integer>getLastMinuteRequests()ConcurrentMap<String,Long>getRateLimitedMethods()ConcurrentMap<String,AtomicLong>getSuccessfulCalls()ConcurrentMap<String,AtomicLong>getUnsuccessfulCalls()inthashCode()StringtoString()
-
-
-
Method Detail
-
getAllCompletedCalls
public ConcurrentMap<String,AtomicLong> getAllCompletedCalls()
-
getSuccessfulCalls
public ConcurrentMap<String,AtomicLong> getSuccessfulCalls()
-
getUnsuccessfulCalls
public ConcurrentMap<String,AtomicLong> getUnsuccessfulCalls()
-
getFailedCalls
public ConcurrentMap<String,AtomicLong> getFailedCalls()
-
getCurrentQueueSize
public ConcurrentMap<String,Integer> getCurrentQueueSize()
-
getLastMinuteRequests
public ConcurrentMap<String,Integer> getLastMinuteRequests()
-
getRateLimitedMethods
public ConcurrentMap<String,Long> getRateLimitedMethods()
-
canEqual
protected boolean canEqual(Object other)
-
-