Uses of Enum
org.openjdk.jmh.results.AggregationPolicy
Packages that use AggregationPolicy
-
Uses of AggregationPolicy in org.openjdk.jmh.results
Subclasses with type arguments of type AggregationPolicy in org.openjdk.jmh.resultsFields in org.openjdk.jmh.results declared as AggregationPolicyModifier and TypeFieldDescriptionprotected final AggregationPolicyResult.policyprivate final AggregationPolicyThroughputResult.ThroughputAggregator.policyMethods in org.openjdk.jmh.results that return AggregationPolicyModifier and TypeMethodDescription(package private) static AggregationPolicyAggregatorUtils.aggregatePolicies(Collection<? extends Result> results) static AggregationPolicyReturns the enum constant of this type with the specified name.static AggregationPolicy[]AggregationPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.jmh.results with parameters of type AggregationPolicyModifierConstructorDescriptionResult(ResultRole role, String label, Statistics s, String unit, AggregationPolicy policy) ScalarDerivativeResult(String label, double n, String unit, AggregationPolicy policy) (package private)ScalarDerivativeResult(String label, Statistics s, String unit, AggregationPolicy policy) ScalarResult(String label, double n, String unit, AggregationPolicy policy) (package private)ScalarResult(String label, Statistics s, String unit, AggregationPolicy policy) (package private)(package private)ThroughputResult(ResultRole role, String label, Statistics s, String unit, AggregationPolicy policy)