protected static class RpcStats.Result
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
async |
protected AverageMinMax |
avg |
protected long |
sync |
Modifier | Constructor and Description |
---|---|
protected |
Result() |
Modifier and Type | Method and Description |
---|---|
protected void |
add(boolean sync,
long time) |
protected long |
async() |
protected double |
avg() |
protected long |
max() |
protected long |
min() |
protected long |
sync() |
java.lang.String |
toString() |
protected long sync
protected long async
protected final AverageMinMax avg
Copyright © 1998-2020 Red Hat. All Rights Reserved.