Package com.alibaba.RDDReaderTransfer
Class GetArrayGrpc
- java.lang.Object
-
- com.alibaba.RDDReaderTransfer.GetArrayGrpc
-
@Generated(value="by gRPC proto compiler (version 1.53.0)", comments="Source: rdd.proto") public final class GetArrayGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetArrayGrpc.GetArrayBlockingStub
static class
GetArrayGrpc.GetArrayFutureStub
static class
GetArrayGrpc.GetArrayImplBase
static class
GetArrayGrpc.GetArrayStub
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<PartInfoRequest,PartitionInfo>
getGetPartitionInfoMethod()
static io.grpc.MethodDescriptor<ItemRequest,PartitionItem>
getGetPartitionItemMethod()
static io.grpc.MethodDescriptor<CloseRequest,CloseResponse>
getRpcCloseMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static GetArrayGrpc.GetArrayBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic GetArrayGrpc.GetArrayFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GetArrayGrpc.GetArrayStub
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 String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetPartitionInfoMethod
public static io.grpc.MethodDescriptor<PartInfoRequest,PartitionInfo> getGetPartitionInfoMethod()
-
getGetPartitionItemMethod
public static io.grpc.MethodDescriptor<ItemRequest,PartitionItem> getGetPartitionItemMethod()
-
getRpcCloseMethod
public static io.grpc.MethodDescriptor<CloseRequest,CloseResponse> getRpcCloseMethod()
-
newStub
public static GetArrayGrpc.GetArrayStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static GetArrayGrpc.GetArrayBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static GetArrayGrpc.GetArrayFutureStub 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()
-
-