Package org.apache.pinot.common.proto
Class PinotMailboxGrpc
- java.lang.Object
-
- org.apache.pinot.common.proto.PinotMailboxGrpc
-
@Generated(value="by gRPC proto compiler (version 1.41.0)", comments="Source: mailbox.proto") public final class PinotMailboxGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPinotMailboxGrpc.PinotMailboxBlockingStubstatic classPinotMailboxGrpc.PinotMailboxFutureStubstatic classPinotMailboxGrpc.PinotMailboxImplBasestatic classPinotMailboxGrpc.PinotMailboxStub
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<Mailbox.MailboxContent,Mailbox.MailboxStatus>getOpenMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static PinotMailboxGrpc.PinotMailboxBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic PinotMailboxGrpc.PinotMailboxFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PinotMailboxGrpc.PinotMailboxStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOpenMethod
public static io.grpc.MethodDescriptor<Mailbox.MailboxContent,Mailbox.MailboxStatus> getOpenMethod()
-
newStub
public static PinotMailboxGrpc.PinotMailboxStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static PinotMailboxGrpc.PinotMailboxBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static PinotMailboxGrpc.PinotMailboxFutureStub 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()
-
-