public class MemoryMetricsDatastore.LiveMethodsStats extends Object
| Constructor and Description |
|---|
LiveMethodsStats() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(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() |
int |
hashCode() |
String |
toString() |
public ConcurrentMap<String,AtomicLong> getAllCompletedCalls()
public ConcurrentMap<String,AtomicLong> getSuccessfulCalls()
public ConcurrentMap<String,AtomicLong> getUnsuccessfulCalls()
public ConcurrentMap<String,AtomicLong> getFailedCalls()
public ConcurrentMap<String,Integer> getCurrentQueueSize()
public ConcurrentMap<String,Integer> getLastMinuteRequests()
public ConcurrentMap<String,Long> getRateLimitedMethods()
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.