Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.job |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<RunPResponse> |
RunPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RunPResponse |
RunPResponse.Builder.build() |
RunPResponse |
RunPResponse.Builder.buildPartial() |
static RunPResponse |
RunPResponse.getDefaultInstance() |
RunPResponse |
RunPResponse.getDefaultInstanceForType() |
RunPResponse |
RunPResponse.Builder.getDefaultInstanceForType() |
static RunPResponse |
RunPResponse.parseDelimitedFrom(InputStream input) |
static RunPResponse |
RunPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPResponse |
RunPResponse.parseFrom(byte[] data) |
static RunPResponse |
RunPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPResponse |
RunPResponse.parseFrom(ByteBuffer data) |
static RunPResponse |
RunPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPResponse |
RunPResponse.parseFrom(com.google.protobuf.ByteString data) |
static RunPResponse |
RunPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPResponse |
RunPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RunPResponse |
RunPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunPResponse |
RunPResponse.parseFrom(InputStream input) |
static RunPResponse |
RunPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunPResponse |
JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub.run(RunPRequest request)
Starts the given job, returning a job id.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RunPResponse> |
RunPResponse.getParserForType() |
static io.grpc.MethodDescriptor<RunPRequest,RunPResponse> |
JobMasterClientServiceGrpc.getRunMethod() |
static com.google.protobuf.Parser<RunPResponse> |
RunPResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<RunPResponse> |
JobMasterClientServiceGrpc.JobMasterClientServiceFutureStub.run(RunPRequest request)
Starts the given job, returning a job id.
|
Modifier and Type | Method and Description |
---|---|
RunPResponse.Builder |
RunPResponse.Builder.mergeFrom(RunPResponse other) |
static RunPResponse.Builder |
RunPResponse.newBuilder(RunPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
JobMasterClientServiceGrpc.JobMasterClientServiceImplBase.run(RunPRequest request,
io.grpc.stub.StreamObserver<RunPResponse> responseObserver)
Starts the given job, returning a job id.
|
void |
JobMasterClientServiceGrpc.JobMasterClientServiceStub.run(RunPRequest request,
io.grpc.stub.StreamObserver<RunPResponse> responseObserver)
Starts the given job, returning a job id.
|
Modifier and Type | Method and Description |
---|---|
void |
JobMasterClientServiceHandler.run(RunPRequest request,
io.grpc.stub.StreamObserver<RunPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.