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 AverageMinMaxRequestCorrelator. avg_req_deliveryprotected AverageMinMaxRequestCorrelator. avg_rsp_delivery -
Uses of AverageMinMax in org.jgroups.protocols
Methods in org.jgroups.protocols that return AverageMinMax Modifier and Type Method Description AverageMinMaxMsgStats. getAvgBatchSize()AverageMinMaxNAKACK4. getAvgTimeBlocked()AverageMinMaxUNICAST4. getAvgTimeBlocked() -
Uses of AverageMinMax in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as AverageMinMax Modifier and Type Field Description protected AverageMinMaxNAKACK2. avg_batch_sizeThe 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 AverageMinMaxProfiler. avgprotected AverageMinMaxRpcStats.Result. avgprotected AverageMinMaxProtPerfHelper.Entry. avg_downprotected AverageMinMaxFixedBuffer. avg_time_blockedprotected AverageMinMaxProtPerfHelper.Entry. avg_upFields in org.jgroups.util with type parameters of type AverageMinMax Modifier and Type Field Description protected java.util.Map<Address,AverageMinMax>RTT. rttsMethods in org.jgroups.util that return AverageMinMax Modifier and Type Method Description AverageMinMaxFixedBuffer. avgTimeBlocked()AverageMinMaxAverageMinMax. sort()AverageMinMaxAverageMinMax. 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.StringRTT. percentiles(AverageMinMax avg, int num_reqs)static java.lang.StringProtPerfHelper.Entry. print(AverageMinMax avg, boolean detailed)protected static java.lang.StringRTT. print(AverageMinMax avg, boolean details, java.util.concurrent.TimeUnit unit, int num_reqs)
-