Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
static PercentileAggregatorProvider com.griddynamics.jagger.invoker.scenario.DefaultAggregatorsProvider.PERCENTILE_AGGREGATOR ( Double  precentile)
static

Definition at line 27 of file DefaultAggregatorsProvider.java.

27  {
28  return new PercentileAggregatorProvider(precentile);
29  }