Class LiveRequestStats
java.lang.Object
com.slack.api.rate_limits.metrics.LiveRequestStats
public class LiveRequestStats extends Object
-
Constructor Summary
Constructors Constructor Description LiveRequestStats() -
Method Summary
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()
-
Constructor Details
-
LiveRequestStats
public LiveRequestStats()
-
-
Method Details