public class ApiStats
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
long |
getErrorCount()
API requests that resulted in an error response
|
int |
getErrors()
Deprecated.
Deprecated, replaced with getErrorErroredRequests
API requests that resulted in an error response
|
long |
getInFlight()
The number of inflight API requests waiting to be processed
|
int |
getLevel()
The JetStream API Level
|
int |
getTotal()
Deprecated.
Deprecated, replaced with getTotalApiRequests
Total number of API requests received for this account
|
long |
getTotalApiRequests()
Total number of API requests received for this account
|
public int getLevel()
public long getTotalApiRequests()
public long getErrorCount()
public long getInFlight()
@Deprecated public int getTotal()
@Deprecated public int getErrors()