Package io.grpc.benchmarks.proto
Class ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStub>
-
- io.grpc.benchmarks.proto.ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStub
-
- Enclosing class:
- ReportQpsScenarioServiceGrpc
public static final class ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service ReportQpsScenarioService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)Control.VoidreportScenario(Control.ScenarioResult request)Report results of a QPS test benchmark scenario.
-
-
-
Method Detail
-
build
protected ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReportQpsScenarioServiceGrpc.ReportQpsScenarioServiceBlockingStub>
-
reportScenario
public Control.Void reportScenario(Control.ScenarioResult request)
Report results of a QPS test benchmark scenario.
-
-