Uses of Class
org.jgroups.util.AverageMinMax
-
Packages that use AverageMinMax Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of AverageMinMax in org.jgroups.protocols
Fields in org.jgroups.protocols declared as AverageMinMax Modifier and Type Field Description protected AverageMinMax
AlternatingBundler. avg_batch_size
protected AverageMinMax
RemoveQueueBundler. avg_batch_size
protected AverageMinMax
TP. avg_batch_size
protected AverageMinMax
UNICAST3. avg_delivery_batch_size
protected AverageMinMax
TransferQueueBundler. avg_fill_count
protected AverageMinMax
FRAG2. avg_size_down
protected AverageMinMax
FRAG3. avg_size_down
protected AverageMinMax
FRAG2. avg_size_up
protected AverageMinMax
FRAG3. avg_size_up
protected AverageMinMax
DELIVERY_TIME. delivery_times
Methods in org.jgroups.protocols that return AverageMinMax Modifier and Type Method Description AverageMinMax
TP. avgBatchSize()
-
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
Methods in org.jgroups.util that return AverageMinMax Modifier and Type Method Description AverageMinMax
AverageMinMax. usePercentiles(int capacity)
-