public interface Client
| Modifier and Type | Interface and Description |
|---|---|
static class |
Client.Agent |
static interface |
Client.BenchmarkRef |
static class |
Client.CustomStats |
static class |
Client.MinMax |
static class |
Client.Phase |
static class |
Client.RequestStatisticsResponse |
static class |
Client.RequestStats |
static class |
Client.Run |
static interface |
Client.RunRef |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
agents() |
Client.BenchmarkRef |
benchmark(String name) |
List<String> |
benchmarks() |
String |
downloadLog(String node,
String logId,
long offset,
String destinationFile) |
long |
ping() |
Client.BenchmarkRef |
register(Benchmark benchmark) |
Client.RunRef |
run(String id) |
List<String> |
runs() |
Client.BenchmarkRef register(Benchmark benchmark)
Client.BenchmarkRef benchmark(String name)
Client.RunRef run(String id)
long ping()
Collection<String> agents()
Copyright © 2019 JBoss by Red Hat. All rights reserved.