Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
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 |
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> |
FileSystemMasterClientServiceGrpc.getRemoveMethod() |
static com.google.protobuf.Parser<DeletePResponse> |
DeletePResponse.parser() |
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 |
---|---|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.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) |
Copyright © 2023. All Rights Reserved.