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.tests org.jgroups.tests.perf 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 AverageMinMaxTransferQueueBundler2. avg_fill_countprotected AverageMinMaxFRAG2. avg_size_downprotected AverageMinMaxFRAG3. avg_size_downprotected AverageMinMaxFRAG2. avg_size_upprotected AverageMinMaxFRAG3. avg_size_upprotected AverageMinMaxTIME. down_deliveryprotected AverageMinMaxTIME. up_deliveryMethods in org.jgroups.protocols that return AverageMinMax Modifier and Type Method Description AverageMinMaxTP. avgBatchSize() -
Uses of AverageMinMax in org.jgroups.tests
Fields in org.jgroups.tests declared as AverageMinMax Modifier and Type Field Description protected AverageMinMaxRoundTripRpc.Invoker. avgprotected AverageMinMaxRoundTrip. req_latencyprotected AverageMinMaxRoundTrip. rsp_latencyprotected AverageMinMaxRoundTrip.Sender. rttMethods in org.jgroups.tests with parameters of type AverageMinMax Modifier and Type Method Description protected java.lang.StringRoundTrip. print(AverageMinMax avg)protected static java.lang.StringRoundTripRpc. print(AverageMinMax avg) -
Uses of AverageMinMax in org.jgroups.tests.perf
Fields in org.jgroups.tests.perf declared as AverageMinMax Modifier and Type Field Description protected AverageMinMaxPerfUtil.Results. avg_getsprivate AverageMinMaxProgrammaticUPerf.Invoker. avg_getsprivate AverageMinMaxProgrammaticUPerf2.Invoker. avg_getsprivate AverageMinMaxUPerf.Invoker. avg_getsprotected AverageMinMaxPerfUtil.Results. avg_putsprivate AverageMinMaxProgrammaticUPerf.Invoker. avg_putsprivate AverageMinMaxProgrammaticUPerf2.Invoker. avg_putsprivate AverageMinMaxUPerf.Invoker. avg_putsMethods in org.jgroups.tests.perf that return AverageMinMax Modifier and Type Method Description AverageMinMaxProgrammaticUPerf.Invoker. avgGets()AverageMinMaxProgrammaticUPerf2.Invoker. avgGets()AverageMinMaxUPerf.Invoker. avgGets()AverageMinMaxProgrammaticUPerf.Invoker. avgPuts()AverageMinMaxProgrammaticUPerf2.Invoker. avgPuts()AverageMinMaxUPerf.Invoker. avgPuts()Methods in org.jgroups.tests.perf with parameters of type AverageMinMax Modifier and Type Method Description protected static java.lang.StringProgrammaticUPerf. print(AverageMinMax avg, boolean details)protected static java.lang.StringProgrammaticUPerf2. print(AverageMinMax avg, boolean details)protected static java.lang.StringUPerf. print(AverageMinMax avg, boolean details)Constructors in org.jgroups.tests.perf with parameters of type AverageMinMax Constructor Description Results(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 AverageMinMax Modifier and Type Field Description protected AverageMinMaxRpcStats.Result. avgprotected AverageMinMaxRpcStats.RTTStat. down_req_timeprotected AverageMinMaxRpcStats.RTTStat. network_req_timeprotected AverageMinMaxRpcStats.RTTStat. network_rsp_timeprotected AverageMinMaxRpcStats.RTTStat. processing_timeprotected AverageMinMaxRpcStats.RTTStat. req_up_timeprotected AverageMinMaxRpcStats.RTTStat. rsp_up_timeprotected AverageMinMaxRpcStats.RTTStat. total_timeMethods in org.jgroups.util that return AverageMinMax Modifier and Type Method Description AverageMinMaxAverageMinMax. usePercentiles(int capacity)
-