| Package | Description |
|---|---|
| io.grpc.benchmarks.proto |
| Modifier and Type | Method and Description |
|---|---|
Control.ScenarioResult |
Control.ScenarioResult.Builder.build() |
Control.ScenarioResult |
Control.ScenarioResult.Builder.buildPartial() |
static Control.ScenarioResult |
Control.ScenarioResult.getDefaultInstance() |
Control.ScenarioResult |
Control.ScenarioResult.getDefaultInstanceForType() |
Control.ScenarioResult |
Control.ScenarioResult.Builder.getDefaultInstanceForType() |
static Control.ScenarioResult |
Control.ScenarioResult.parseDelimitedFrom(InputStream input) |
static Control.ScenarioResult |
Control.ScenarioResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(byte[] data) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(ByteBuffer data) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(com.google.protobuf.ByteString data) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(InputStream input) |
static Control.ScenarioResult |
Control.ScenarioResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Control.ScenarioResult> |
Control.ScenarioResult.getParserForType() |
static io.grpc.MethodDescriptor<Control.ScenarioResult,Control.Void> |
ReportQpsScenarioServiceGrpc.getReportScenarioMethod() |
static com.google.protobuf.Parser<Control.ScenarioResult> |
Control.ScenarioResult.parser() |
| Modifier and Type | Method and Description |
|---|---|
Control.ScenarioResult.Builder |
Control.ScenarioResult.Builder.mergeFrom(Control.ScenarioResult other) |
static Control.ScenarioResult.Builder |
Control.ScenarioResult.newBuilder(Control.ScenarioResult prototype) |
Control.Void |
ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStub.reportScenario(Control.ScenarioResult request)
Report results of a QPS test benchmark scenario.
|
com.google.common.util.concurrent.ListenableFuture<Control.Void> |
ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceFutureStub.reportScenario(Control.ScenarioResult request)
Report results of a QPS test benchmark scenario.
|
default void |
ReportQpsScenarioServiceGrpc.AsyncService.reportScenario(Control.ScenarioResult request,
io.grpc.stub.StreamObserver<Control.Void> responseObserver)
Report results of a QPS test benchmark scenario.
|
void |
ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceStub.reportScenario(Control.ScenarioResult request,
io.grpc.stub.StreamObserver<Control.Void> responseObserver)
Report results of a QPS test benchmark scenario.
|