Uses of Class
org.jgroups.util.Average
-
Packages that use Average 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 Average in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Average Modifier and Type Field Description protected AveragePERF. avg -
Uses of Average in org.jgroups.util
Subclasses of Average in org.jgroups.util Modifier and Type Class Description classAverageMinMaxMeasures min and max in addition to averageFields in org.jgroups.util declared as Average Modifier and Type Field Description protected AverageCreditMap. avg_block_timeprotected AverageCredit. avg_blockingsprotected AverageRpcStats.RTTStat. down_req_timeprotected AverageRpcStats.RTTStat. network_req_timeprotected AverageRpcStats.RTTStat. network_rsp_timeprotected AverageRpcStats.RTTStat. processing_timeprotected AverageRpcStats.RTTStat. req_up_timeprotected AverageRpcStats.RTTStat. rsp_up_timeprotected AverageRpcStats.RTTStat. total_timeFields in org.jgroups.util with type parameters of type Average Modifier and Type Field Description protected static java.util.Map<java.lang.String,Average>BundlerHelper. mapMethods in org.jgroups.util with type parameters of type Average Modifier and Type Method Description <T extends Average>
TAverage. add(long num)<T extends Average>
TAverageMinMax. add(long num)<T extends Average>
TAverage. merge(T other)Merges this average with another one<T extends Average>
TAverageMinMax. merge(T other)<T extends Average>
TAverage. unit(java.util.concurrent.TimeUnit u)
-