Class MessageServiceGrpc
- java.lang.Object
-
- org.apache.nemo.runtime.common.comm.MessageServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.46.0)", comments="Source: GrcpMessageService.proto") public final class MessageServiceGrpc extends java.lang.Object
A grpc service for implementing org.apache.nemo.runtime.common.message components using grpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MessageServiceGrpc.MessageServiceBlockingStub
A grpc service for implementing org.apache.nemo.runtime.common.message components using grpcstatic class
MessageServiceGrpc.MessageServiceFutureStub
A grpc service for implementing org.apache.nemo.runtime.common.message components using grpcstatic class
MessageServiceGrpc.MessageServiceImplBase
A grpc service for implementing org.apache.nemo.runtime.common.message components using grpcstatic class
MessageServiceGrpc.MessageServiceStub
A grpc service for implementing org.apache.nemo.runtime.common.message components using grpc
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<ControlMessage.Message,ControlMessage.Message>
getRequestMethod()
static io.grpc.MethodDescriptor<ControlMessage.Message,GrpcMessageService.Void>
getSendMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static MessageServiceGrpc.MessageServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MessageServiceGrpc.MessageServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MessageServiceGrpc.MessageServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSendMethod
public static io.grpc.MethodDescriptor<ControlMessage.Message,GrpcMessageService.Void> getSendMethod()
-
getRequestMethod
public static io.grpc.MethodDescriptor<ControlMessage.Message,ControlMessage.Message> getRequestMethod()
-
newStub
public static MessageServiceGrpc.MessageServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MessageServiceGrpc.MessageServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MessageServiceGrpc.MessageServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-