Class GraphConstructionServiceGrpc.GraphConstructionServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<GraphConstructionServiceGrpc.GraphConstructionServiceBlockingStub>
-
- de.uni_trier.recap.arg_services.mining.v1beta.GraphConstructionServiceGrpc.GraphConstructionServiceBlockingStub
-
- Enclosing class:
- GraphConstructionServiceGrpc
public static final class GraphConstructionServiceGrpc.GraphConstructionServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<GraphConstructionServiceGrpc.GraphConstructionServiceBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GraphConstructionServiceGrpc.GraphConstructionServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GraphConstructionResponsegraphConstruction(GraphConstructionRequest request)
-
-
-
Method Detail
-
build
protected GraphConstructionServiceGrpc.GraphConstructionServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GraphConstructionServiceGrpc.GraphConstructionServiceBlockingStub>
-
graphConstruction
public GraphConstructionResponse graphConstruction(GraphConstructionRequest request)
-
-