Class GraphConstructionServiceGrpc.GraphConstructionServiceBlockingV2Stub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<GraphConstructionServiceGrpc.GraphConstructionServiceBlockingV2Stub>
-
- de.uni_trier.recap.arg_services.mining.v1beta.GraphConstructionServiceGrpc.GraphConstructionServiceBlockingV2Stub
-
- Enclosing class:
- GraphConstructionServiceGrpc
public static final class GraphConstructionServiceGrpc.GraphConstructionServiceBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<GraphConstructionServiceGrpc.GraphConstructionServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service GraphConstructionService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GraphConstructionServiceGrpc.GraphConstructionServiceBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GraphConstructionResponsegraphConstruction(GraphConstructionRequest 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 GraphConstructionServiceGrpc.GraphConstructionServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GraphConstructionServiceGrpc.GraphConstructionServiceBlockingV2Stub>
-
graphConstruction
public GraphConstructionResponse graphConstruction(GraphConstructionRequest request)
-
-