Package org.jgroups.util
Class RpcStats.Result
- java.lang.Object
-
- org.jgroups.util.RpcStats.Result
-
- Enclosing class:
- RpcStats
protected static class RpcStats.Result extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected long
async
protected AverageMinMax
avg
protected long
sync
-
Constructor Summary
Constructors Modifier Constructor Description protected
Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
sync
protected long sync
-
async
protected long async
-
avg
protected final AverageMinMax avg
-
-