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