public class StatisticsSnapshot extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
blockedCount |
long |
blockedTime |
int |
cacheHits |
int |
connectFailureCount |
Map<Object,CustomValue> |
custom |
org.HdrHistogram.Histogram |
histogram |
int |
invalid |
int |
requestCount |
int |
resetCount |
int |
responseCount |
int |
sequenceId |
int |
status_2xx |
int |
status_3xx |
int |
status_4xx |
int |
status_5xx |
int |
status_other |
int |
timeouts |
long |
totalSendTime |
| Constructor and Description |
|---|
StatisticsSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInto(StatisticsSnapshot target) |
StatisticsSnapshot |
clone() |
void |
copyInto(StatisticsSnapshot target) |
long |
errors() |
boolean |
isEmpty() |
void |
reset() |
int[] |
statuses() |
void |
subtractFrom(StatisticsSnapshot target) |
StatisticsSummary |
summary(double[] percentiles) |
String |
toString() |
public int sequenceId
public final org.HdrHistogram.Histogram histogram
public long totalSendTime
public int connectFailureCount
public int requestCount
public int responseCount
public int status_2xx
public int status_3xx
public int status_4xx
public int status_5xx
public int status_other
public int invalid
public int cacheHits
public int resetCount
public int timeouts
public int blockedCount
public long blockedTime
public final Map<Object,CustomValue> custom
public int[] statuses()
public boolean isEmpty()
public void reset()
public StatisticsSnapshot clone()
public void copyInto(StatisticsSnapshot target)
public void addInto(StatisticsSnapshot target)
public void subtractFrom(StatisticsSnapshot target)
public StatisticsSummary summary(double[] percentiles)
public long errors()
Copyright © 2019 JBoss by Red Hat. All rights reserved.