Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.grpc | |
alluxio.master.file | |
alluxio.worker.grpc |
Modifier and Type | Method and Description |
---|---|
DeletePResponse |
DefaultBlockWorkerClient.delete(DeletePRequest request) |
DeletePResponse |
BlockWorkerClient.delete(DeletePRequest request)
Delete a file from.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<DeletePResponse> |
DeletePResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeletePResponse |
DeletePResponse.Builder.build() |
DeletePResponse |
DeletePResponse.Builder.buildPartial() |
static DeletePResponse |
DeletePResponse.getDefaultInstance() |
DeletePResponse |
DeletePResponse.getDefaultInstanceForType() |
DeletePResponse |
DeletePResponse.Builder.getDefaultInstanceForType() |
static DeletePResponse |
DeletePResponse.parseDelimitedFrom(InputStream input) |
static DeletePResponse |
DeletePResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePResponse |
DeletePResponse.parseFrom(byte[] data) |
static DeletePResponse |
DeletePResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePResponse |
DeletePResponse.parseFrom(ByteBuffer data) |
static DeletePResponse |
DeletePResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePResponse |
DeletePResponse.parseFrom(com.google.protobuf.ByteString data) |
static DeletePResponse |
DeletePResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePResponse |
DeletePResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static DeletePResponse |
DeletePResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePResponse |
DeletePResponse.parseFrom(InputStream input) |
static DeletePResponse |
DeletePResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DeletePResponse |
BlockWorkerGrpc.BlockWorkerBlockingStub.remove(DeletePRequest request)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
DeletePResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.remove(DeletePRequest request)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<DeletePResponse> |
DeletePResponse.getParserForType() |
static io.grpc.MethodDescriptor<DeletePRequest,DeletePResponse> |
BlockWorkerGrpc.getRemoveMethod() |
static io.grpc.MethodDescriptor<DeletePRequest,DeletePResponse> |
FileSystemMasterClientServiceGrpc.getRemoveMethod() |
static com.google.protobuf.Parser<DeletePResponse> |
DeletePResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<DeletePResponse> |
BlockWorkerGrpc.BlockWorkerFutureStub.remove(DeletePRequest request)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
com.google.common.util.concurrent.ListenableFuture<DeletePResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.remove(DeletePRequest request)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
Modifier and Type | Method and Description |
---|---|
DeletePResponse.Builder |
DeletePResponse.Builder.mergeFrom(DeletePResponse other) |
static DeletePResponse.Builder |
DeletePResponse.newBuilder(DeletePResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
BlockWorkerGrpc.AsyncService.remove(DeletePRequest request,
io.grpc.stub.StreamObserver<DeletePResponse> responseObserver)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
void |
BlockWorkerGrpc.BlockWorkerStub.remove(DeletePRequest request,
io.grpc.stub.StreamObserver<DeletePResponse> responseObserver)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
default void |
FileSystemMasterClientServiceGrpc.AsyncService.remove(DeletePRequest request,
io.grpc.stub.StreamObserver<DeletePResponse> responseObserver)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.remove(DeletePRequest request,
io.grpc.stub.StreamObserver<DeletePResponse> responseObserver)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.remove(DeletePRequest request,
io.grpc.stub.StreamObserver<DeletePResponse> responseObserver) |
Modifier and Type | Method and Description |
---|---|
void |
DoraWorkerClientServiceHandler.remove(DeletePRequest request,
io.grpc.stub.StreamObserver<DeletePResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.