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