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 AverageMinMaxAlternatingBundler. avg_batch_sizeprotected AverageMinMaxRemoveQueueBundler. avg_batch_sizeprotected AverageMinMaxTP. avg_batch_sizeprotected AverageMinMaxUNICAST3. avg_delivery_batch_sizeprotected AverageMinMaxTransferQueueBundler. avg_fill_countprotected AverageMinMaxFRAG2. avg_size_downprotected AverageMinMaxFRAG3. avg_size_downprotected AverageMinMaxFRAG2. avg_size_upprotected AverageMinMaxFRAG3. avg_size_upprotected AverageMinMaxTIME. avg_up_batch_sizeprotected AverageMinMaxDELIVERY_TIME. delivery_timesprotected AverageMinMaxTIME. down_deliveryprotected AverageMinMaxTIME. up_delivery_batchesprotected AverageMinMaxTIME. up_delivery_msgsMethods in org.jgroups.protocols that return AverageMinMax Modifier and Type Method Description AverageMinMaxTP. avgBatchSize()Methods in org.jgroups.protocols with parameters of type AverageMinMax Modifier and Type Method Description protected static voidTIME. add(AverageMinMax avg, long num) -
Uses of AverageMinMax in org.jgroups.util
Fields in org.jgroups.util declared as AverageMinMax Modifier and Type Field Description protected AverageMinMaxProfiler. avgprotected AverageMinMaxRpcStats.Result. avgMethods in org.jgroups.util that return AverageMinMax Modifier and Type Method Description AverageMinMaxAverageMinMax. usePercentiles(int capacity)
-