Uses of Class
org.jgroups.util.AverageMinMax
Packages that use AverageMinMax
Package
Description
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 AverageMinMaxModifier and TypeFieldDescriptionprotected final AverageMinMaxRequestCorrelator.avg_req_deliveryprotected final AverageMinMaxRequestCorrelator.avg_rsp_delivery -
Uses of AverageMinMax in org.jgroups.protocols
Fields in org.jgroups.protocols declared as AverageMinMaxModifier and TypeFieldDescriptionprotected final AverageMinMaxAlternatingBundler.avg_batch_sizeprotected final AverageMinMaxMsgStats.avg_batch_sizeThe average number of messages in a receivedMessageBatchprotected final AverageMinMaxRemoveQueueBundler.avg_batch_sizeprotected final AverageMinMaxRATE_LIMITER2.avg_block_timeprotected final AverageMinMaxUNICAST3.avg_delivery_batch_sizeprotected final AverageMinMaxTHREAD_COUNT.avg_downprotected final AverageMinMaxTransferQueueBundler.avg_fill_countprotected final AverageMinMaxTransferQueueBundler2.avg_fill_countprotected final AverageMinMaxBaseBundler.avg_send_timeprotected final AverageMinMaxFRAG2.avg_size_downprotected final AverageMinMaxFRAG3.avg_size_downprotected final AverageMinMaxFRAG2.avg_size_upprotected final AverageMinMaxFRAG3.avg_size_upprotected final AverageMinMaxTHREAD_COUNT.avg_upprotected final AverageMinMaxTIME.avg_up_batch_sizeprotected final AverageMinMaxTIME.down_deliveryprotected final AverageMinMaxTIME.up_delivery_batchesprotected final AverageMinMaxTIME.up_delivery_msgsMethods in org.jgroups.protocols that return AverageMinMaxMethods in org.jgroups.protocols with parameters of type AverageMinMax -
Uses of AverageMinMax in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as AverageMinMaxModifier and TypeFieldDescriptionprotected final AverageMinMaxNAKACK2.avg_batch_sizeThe average number of messages in a receivedMessageBatch -
Uses of AverageMinMax in org.jgroups.tests
Fields in org.jgroups.tests declared as AverageMinMaxModifier and TypeFieldDescriptionprotected final AverageMinMaxRoundTripRpc.Invoker.avgprotected final AverageMinMaxRoundTrip.req_latencyprotected final AverageMinMaxRoundTrip.rsp_latencyprotected final AverageMinMaxRoundTrip.Sender.rttMethods in org.jgroups.tests with parameters of type AverageMinMaxModifier and TypeMethodDescriptionprotected StringRoundTrip.print(AverageMinMax avg) protected static StringRoundTripRpc.print(AverageMinMax avg) -
Uses of AverageMinMax in org.jgroups.tests.perf
Fields in org.jgroups.tests.perf declared as AverageMinMaxModifier and TypeFieldDescriptionprotected AverageMinMaxPerfUtil.Results.avg_getsprivate final AverageMinMaxProgrammaticUPerf.Invoker.avg_getsprivate final AverageMinMaxProgrammaticUPerf2.Invoker.avg_getsprivate final AverageMinMaxUPerf.Invoker.avg_getsprotected AverageMinMaxPerfUtil.Results.avg_putsprivate final AverageMinMaxProgrammaticUPerf.Invoker.avg_putsprivate final AverageMinMaxProgrammaticUPerf2.Invoker.avg_putsprivate final AverageMinMaxUPerf.Invoker.avg_putsMethods in org.jgroups.tests.perf that return AverageMinMaxModifier and TypeMethodDescriptionProgrammaticUPerf.Invoker.avgGets()ProgrammaticUPerf2.Invoker.avgGets()UPerf.Invoker.avgGets()ProgrammaticUPerf.Invoker.avgPuts()ProgrammaticUPerf2.Invoker.avgPuts()UPerf.Invoker.avgPuts()Methods in org.jgroups.tests.perf with parameters of type AverageMinMaxModifier and TypeMethodDescriptionprotected static StringProgrammaticUPerf.print(AverageMinMax avg, boolean details) protected static StringProgrammaticUPerf2.print(AverageMinMax avg, boolean details) protected static StringUPerf.print(AverageMinMax avg, boolean details) Constructors in org.jgroups.tests.perf with parameters of type AverageMinMaxModifierConstructorDescriptionResults(int num_gets, int num_puts, long total_time, AverageMinMax avg_gets, AverageMinMax avg_puts) -
Uses of AverageMinMax in org.jgroups.util
Fields in org.jgroups.util declared as AverageMinMaxModifier and TypeFieldDescriptionprotected final AverageMinMaxProfiler.avgprotected final AverageMinMaxRpcStats.Result.avgprotected final AverageMinMaxRpcStats.RTTStat.down_req_timeprotected final AverageMinMaxRpcStats.RTTStat.network_req_timeprotected final AverageMinMaxRpcStats.RTTStat.network_rsp_timeprotected final AverageMinMaxRpcStats.RTTStat.processing_timeprotected final AverageMinMaxRpcStats.RTTStat.req_up_timeprotected final AverageMinMaxRpcStats.RTTStat.rsp_up_timeprotected final AverageMinMaxRpcStats.RTTStat.total_timeFields in org.jgroups.util with type parameters of type AverageMinMaxMethods in org.jgroups.util that return AverageMinMaxMethods in org.jgroups.util that return types with arguments of type AverageMinMaxMethods in org.jgroups.util with parameters of type AverageMinMaxModifier and TypeMethodDescriptionprotected static StringRTT.percentiles(AverageMinMax avg, int num_reqs) protected static StringRTT.print(AverageMinMax avg, boolean details, TimeUnit unit, int num_reqs)