Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
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> |
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 |
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.
|
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.