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<DeletePRequest> |
DeletePRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeletePRequest |
DeletePRequest.Builder.build() |
DeletePRequest |
DeletePRequest.Builder.buildPartial() |
static DeletePRequest |
DeletePRequest.getDefaultInstance() |
DeletePRequest |
DeletePRequest.getDefaultInstanceForType() |
DeletePRequest |
DeletePRequest.Builder.getDefaultInstanceForType() |
static DeletePRequest |
DeletePRequest.parseDelimitedFrom(InputStream input) |
static DeletePRequest |
DeletePRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePRequest |
DeletePRequest.parseFrom(byte[] data) |
static DeletePRequest |
DeletePRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePRequest |
DeletePRequest.parseFrom(ByteBuffer data) |
static DeletePRequest |
DeletePRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePRequest |
DeletePRequest.parseFrom(com.google.protobuf.ByteString data) |
static DeletePRequest |
DeletePRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePRequest |
DeletePRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static DeletePRequest |
DeletePRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeletePRequest |
DeletePRequest.parseFrom(InputStream input) |
static DeletePRequest |
DeletePRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<DeletePRequest> |
DeletePRequest.getParserForType() |
static io.grpc.MethodDescriptor<DeletePRequest,DeletePResponse> |
BlockWorkerGrpc.getRemoveMethod() |
static io.grpc.MethodDescriptor<DeletePRequest,DeletePResponse> |
FileSystemMasterClientServiceGrpc.getRemoveMethod() |
static com.google.protobuf.Parser<DeletePRequest> |
DeletePRequest.parser() |
Modifier and Type | Method and Description |
---|---|
DeletePRequest.Builder |
DeletePRequest.Builder.mergeFrom(DeletePRequest other) |
static DeletePRequest.Builder |
DeletePRequest.newBuilder(DeletePRequest prototype) |
DeletePResponse |
BlockWorkerGrpc.BlockWorkerBlockingStub.remove(DeletePRequest request)
Deletes a file or a directory and returns whether the remove operation succeeded.
|
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.
|
DeletePResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.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.
|
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.