Uses of Class
io.hyperfoil.api.config.BenchmarkBuilder
-
Packages that use BenchmarkBuilder Package Description io.hyperfoil.api.config -
-
Uses of BenchmarkBuilder in io.hyperfoil.api.config
Fields in io.hyperfoil.api.config declared as BenchmarkBuilder Modifier and Type Field Description protected BenchmarkBuilderPhaseBuilder. parentprotected BenchmarkBuilderPluginBuilder. parentMethods in io.hyperfoil.api.config that return BenchmarkBuilder Modifier and Type Method Description BenchmarkBuilderBenchmarkBuilder. addAgent(java.lang.String name, java.lang.String inlineConfig, java.util.Map<java.lang.String,java.lang.String> properties)BenchmarkBuilderBenchmarkBuilder. addPostHook(RunHook runHook)BenchmarkBuilderBenchmarkBuilder. addPreHook(RunHook runHook)default BenchmarkBuilderLocator. benchmark()static BenchmarkBuilderBenchmarkBuilder. builder()BenchmarkBuilderBenchmarkBuilder. data(BenchmarkData data)BenchmarkBuilderPhaseBuilder. endPhase()BenchmarkBuilderPluginBuilder. endPlugin()BenchmarkBuilderBenchmarkBuilder. failurePolicy(Benchmark.FailurePolicy policy)BenchmarkBuilderBenchmarkBuilder. name(java.lang.String name)BenchmarkBuilderBenchmarkBuilder. setDefaultAgentProperties(java.util.Map<java.lang.String,java.lang.String> properties)BenchmarkBuilderBenchmarkBuilder. statisticsCollectionPeriod(long statisticsCollectionPeriod)BenchmarkBuilderBenchmarkBuilder. threads(int threads)BenchmarkBuilderBenchmarkBuilder. triggerUrl(java.lang.String url)Methods in io.hyperfoil.api.config with parameters of type BenchmarkBuilder Modifier and Type Method Description static java.util.Collection<PhaseBuilder<?>>BenchmarkBuilder. phasesForTesting(BenchmarkBuilder builder)Method parameters in io.hyperfoil.api.config with type arguments of type BenchmarkBuilder Modifier and Type Method Description <P extends PluginBuilder<?>>
PBenchmarkBuilder. addPlugin(java.util.function.Function<BenchmarkBuilder,P> ctor)Constructors in io.hyperfoil.api.config with parameters of type BenchmarkBuilder Constructor Description Noop(BenchmarkBuilder parent, java.lang.String name)OpenModel(BenchmarkBuilder parent, java.lang.String name)PhaseBuilder(BenchmarkBuilder parent, java.lang.String name)PluginBuilder(BenchmarkBuilder parent)Sequentially(BenchmarkBuilder parent, java.lang.String name, int repeats)
-