Uses of Class
org.jgroups.util.AverageMinMax
-
Packages that use AverageMinMax Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of AverageMinMax in org.jgroups.blocks
Fields in org.jgroups.blocks declared as AverageMinMax Modifier and Type Field Description protected AverageMinMax
RequestCorrelator. avg_req_delivery
protected AverageMinMax
RequestCorrelator. avg_rsp_delivery
-
Uses of AverageMinMax in org.jgroups.protocols
Methods in org.jgroups.protocols that return AverageMinMax Modifier and Type Method Description AverageMinMax
MsgStats. getAvgBatchSize()
AverageMinMax
NAKACK4. getAvgTimeBlocked()
AverageMinMax
UNICAST4. getAvgTimeBlocked()
-
Uses of AverageMinMax in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as AverageMinMax Modifier and Type Field Description protected AverageMinMax
NAKACK2. avg_batch_size
The average number of messages in a receivedMessageBatch
-
Uses of AverageMinMax in org.jgroups.util
Fields in org.jgroups.util declared as AverageMinMax Modifier and Type Field Description protected AverageMinMax
Profiler. avg
protected AverageMinMax
RpcStats.Result. avg
protected AverageMinMax
ProtPerfHelper.Entry. avg_down
protected AverageMinMax
FixedBuffer. avg_time_blocked
protected AverageMinMax
ProtPerfHelper.Entry. avg_up
Fields in org.jgroups.util with type parameters of type AverageMinMax Modifier and Type Field Description protected java.util.Map<Address,AverageMinMax>
RTT. rtts
Methods in org.jgroups.util that return AverageMinMax Modifier and Type Method Description AverageMinMax
FixedBuffer. avgTimeBlocked()
AverageMinMax
AverageMinMax. sort()
AverageMinMax
AverageMinMax. usePercentiles(int cap)
Methods in org.jgroups.util that return types with arguments of type AverageMinMax Modifier and Type Method Description java.util.Map<Address,AverageMinMax>
RTT. _rtt(int num_reqs, int size, boolean exclude_self)
Methods in org.jgroups.util with parameters of type AverageMinMax Modifier and Type Method Description protected static java.lang.String
RTT. percentiles(AverageMinMax avg, int num_reqs)
static java.lang.String
ProtPerfHelper.Entry. print(AverageMinMax avg, boolean detailed)
protected static java.lang.String
RTT. print(AverageMinMax avg, boolean details, java.util.concurrent.TimeUnit unit, int num_reqs)
-