Uses of Class
com.alibaba.RDDReaderTransfer.PartInfoRequest
-
Packages that use PartInfoRequest Package Description com.alibaba.RDDReaderTransfer -
-
Uses of PartInfoRequest in com.alibaba.RDDReaderTransfer
Methods in com.alibaba.RDDReaderTransfer that return PartInfoRequest Modifier and Type Method Description PartInfoRequest
PartInfoRequest.Builder. build()
PartInfoRequest
PartInfoRequest.Builder. buildPartial()
static PartInfoRequest
PartInfoRequest. getDefaultInstance()
PartInfoRequest
PartInfoRequest.Builder. getDefaultInstanceForType()
PartInfoRequest
PartInfoRequest. getDefaultInstanceForType()
static PartInfoRequest
PartInfoRequest. parseDelimitedFrom(InputStream input)
static PartInfoRequest
PartInfoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartInfoRequest
PartInfoRequest. parseFrom(byte[] data)
static PartInfoRequest
PartInfoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartInfoRequest
PartInfoRequest. parseFrom(com.google.protobuf.ByteString data)
static PartInfoRequest
PartInfoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartInfoRequest
PartInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PartInfoRequest
PartInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartInfoRequest
PartInfoRequest. parseFrom(InputStream input)
static PartInfoRequest
PartInfoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartInfoRequest
PartInfoRequest. parseFrom(ByteBuffer data)
static PartInfoRequest
PartInfoRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.alibaba.RDDReaderTransfer that return types with arguments of type PartInfoRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<PartInfoRequest,PartitionInfo>
GetArrayGrpc. getGetPartitionInfoMethod()
com.google.protobuf.Parser<PartInfoRequest>
PartInfoRequest. getParserForType()
static com.google.protobuf.Parser<PartInfoRequest>
PartInfoRequest. parser()
Methods in com.alibaba.RDDReaderTransfer with parameters of type PartInfoRequest Modifier and Type Method Description PartitionInfo
GetArrayGrpc.GetArrayBlockingStub. getPartitionInfo(PartInfoRequest request)
com.google.common.util.concurrent.ListenableFuture<PartitionInfo>
GetArrayGrpc.GetArrayFutureStub. getPartitionInfo(PartInfoRequest request)
void
GetArrayGrpc.GetArrayImplBase. getPartitionInfo(PartInfoRequest request, io.grpc.stub.StreamObserver<PartitionInfo> responseObserver)
void
GetArrayGrpc.GetArrayStub. getPartitionInfo(PartInfoRequest request, io.grpc.stub.StreamObserver<PartitionInfo> responseObserver)
PartInfoRequest.Builder
PartInfoRequest.Builder. mergeFrom(PartInfoRequest other)
static PartInfoRequest.Builder
PartInfoRequest. newBuilder(PartInfoRequest prototype)
-