Package ucar.gcdm
Class GcdmGrpc.GcdmBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<GcdmGrpc.GcdmBlockingStub>
-
- ucar.gcdm.GcdmGrpc.GcdmBlockingStub
-
- Enclosing class:
- GcdmGrpc
public static final class GcdmGrpc.GcdmBlockingStub extends io.grpc.stub.AbstractBlockingStub<GcdmGrpc.GcdmBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Gcdm.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GcdmGrpc.GcdmBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Iterator<GcdmNetcdfProto.DataResponse>
getNetcdfData(GcdmNetcdfProto.DataRequest request)
GcdmNetcdfProto.HeaderResponse
getNetcdfHeader(GcdmNetcdfProto.HeaderRequest request)
-
-
-
Method Detail
-
build
protected GcdmGrpc.GcdmBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<GcdmGrpc.GcdmBlockingStub>
-
getNetcdfHeader
public GcdmNetcdfProto.HeaderResponse getNetcdfHeader(GcdmNetcdfProto.HeaderRequest request)
-
getNetcdfData
public Iterator<GcdmNetcdfProto.DataResponse> getNetcdfData(GcdmNetcdfProto.DataRequest request)
-
-