public class MethodsStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodsStats.MethodsStatsBuilder |
| Constructor and Description |
|---|
MethodsStats() |
MethodsStats(Map<String,Long> allCompletedCalls,
Map<String,Long> successfulCalls,
Map<String,Long> unsuccessfulCalls,
Map<String,Long> failedCalls,
Map<String,Integer> currentQueueSize,
Map<String,Integer> lastMinuteRequests,
Map<String,Long> rateLimitedMethods) |
| Modifier and Type | Method and Description |
|---|---|
static MethodsStats.MethodsStatsBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,Long> |
getAllCompletedCalls()
Method name -> # of calls
|
Map<String,Integer> |
getCurrentQueueSize()
Method name -> The queue size
|
Map<String,Long> |
getFailedCalls()
Method name -> # of calls
|
Map<String,Integer> |
getLastMinuteRequests()
Method name -> The number of the requests in the last minute
|
Map<String,Long> |
getRateLimitedMethods()
Method name -> Epoch millis to retry
|
Map<String,Long> |
getSuccessfulCalls()
Method name -> # of calls
|
Map<String,Long> |
getUnsuccessfulCalls()
Method name -> # of calls
|
int |
hashCode() |
String |
toString() |
public static MethodsStats.MethodsStatsBuilder builder()
public Map<String,Integer> getLastMinuteRequests()
public Map<String,Long> getRateLimitedMethods()
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.