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