Class RankingServiceGrpc.RankingServiceBlockingV2Stub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<RankingServiceGrpc.RankingServiceBlockingV2Stub>
-
- de.uni_trier.recap.arg_services.ranking.v1beta.RankingServiceGrpc.RankingServiceBlockingV2Stub
-
- Enclosing class:
- RankingServiceGrpc
public static final class RankingServiceGrpc.RankingServiceBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<RankingServiceGrpc.RankingServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service RankingService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RankingServiceGrpc.RankingServiceBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)QualityRankingResponsequalityRanking(QualityRankingRequest request)StatisticalRankingResponsestatisticalRanking(StatisticalRankingRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected RankingServiceGrpc.RankingServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<RankingServiceGrpc.RankingServiceBlockingV2Stub>
-
qualityRanking
public QualityRankingResponse qualityRanking(QualityRankingRequest request)
-
statisticalRanking
public StatisticalRankingResponse statisticalRanking(StatisticalRankingRequest request)
-
-