Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<UnmountPRequest> |
UnmountPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UnmountPRequest |
UnmountPRequest.Builder.build() |
UnmountPRequest |
UnmountPRequest.Builder.buildPartial() |
static UnmountPRequest |
UnmountPRequest.getDefaultInstance() |
UnmountPRequest |
UnmountPRequest.getDefaultInstanceForType() |
UnmountPRequest |
UnmountPRequest.Builder.getDefaultInstanceForType() |
static UnmountPRequest |
UnmountPRequest.parseDelimitedFrom(InputStream input) |
static UnmountPRequest |
UnmountPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPRequest |
UnmountPRequest.parseFrom(byte[] data) |
static UnmountPRequest |
UnmountPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPRequest |
UnmountPRequest.parseFrom(ByteBuffer data) |
static UnmountPRequest |
UnmountPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPRequest |
UnmountPRequest.parseFrom(com.google.protobuf.ByteString data) |
static UnmountPRequest |
UnmountPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPRequest |
UnmountPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UnmountPRequest |
UnmountPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPRequest |
UnmountPRequest.parseFrom(InputStream input) |
static UnmountPRequest |
UnmountPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UnmountPRequest> |
UnmountPRequest.getParserForType() |
static io.grpc.MethodDescriptor<UnmountPRequest,UnmountPResponse> |
FileSystemMasterClientServiceGrpc.getUnmountMethod() |
static com.google.protobuf.Parser<UnmountPRequest> |
UnmountPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
UnmountPRequest.Builder |
UnmountPRequest.Builder.mergeFrom(UnmountPRequest other) |
static UnmountPRequest.Builder |
UnmountPRequest.newBuilder(UnmountPRequest prototype) |
UnmountPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.unmount(UnmountPRequest request)
Deletes an existing "mount point", voiding the Alluxio namespace at the given path.
|
com.google.common.util.concurrent.ListenableFuture<UnmountPResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.unmount(UnmountPRequest request)
Deletes an existing "mount point", voiding the Alluxio namespace at the given path.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.unmount(UnmountPRequest request,
io.grpc.stub.StreamObserver<UnmountPResponse> responseObserver)
Deletes an existing "mount point", voiding the Alluxio namespace at the given path.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.unmount(UnmountPRequest request,
io.grpc.stub.StreamObserver<UnmountPResponse> responseObserver)
Deletes an existing "mount point", voiding the Alluxio namespace at the given path.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.unmount(UnmountPRequest request,
io.grpc.stub.StreamObserver<UnmountPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.