Package | Description |
---|---|
alluxio.client.file | |
alluxio.grpc | |
alluxio.proxy | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemCache.InstanceCachingFileSystem.unmount(AlluxioURI path,
UnmountPOptions options) |
void |
BaseFileSystem.unmount(AlluxioURI path,
UnmountPOptions options) |
void |
FileSystem.unmount(AlluxioURI path,
UnmountPOptions options)
Unmounts a UFS subtree identified by the given Alluxio path.
|
void |
DelegatingFileSystem.unmount(AlluxioURI path,
UnmountPOptions options) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<UnmountPOptions> |
UnmountPOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UnmountPOptions |
UnmountPOptions.Builder.build() |
UnmountPOptions |
UnmountPOptions.Builder.buildPartial() |
static UnmountPOptions |
UnmountPOptions.getDefaultInstance() |
UnmountPOptions |
UnmountPOptions.getDefaultInstanceForType() |
UnmountPOptions |
UnmountPOptions.Builder.getDefaultInstanceForType() |
UnmountPOptions |
UnmountPRequestOrBuilder.getOptions()
optional .alluxio.grpc.file.UnmountPOptions options = 2; |
UnmountPOptions |
UnmountPRequest.getOptions()
optional .alluxio.grpc.file.UnmountPOptions options = 2; |
UnmountPOptions |
UnmountPRequest.Builder.getOptions()
optional .alluxio.grpc.file.UnmountPOptions options = 2; |
static UnmountPOptions |
UnmountPOptions.parseDelimitedFrom(InputStream input) |
static UnmountPOptions |
UnmountPOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPOptions |
UnmountPOptions.parseFrom(byte[] data) |
static UnmountPOptions |
UnmountPOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPOptions |
UnmountPOptions.parseFrom(ByteBuffer data) |
static UnmountPOptions |
UnmountPOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPOptions |
UnmountPOptions.parseFrom(com.google.protobuf.ByteString data) |
static UnmountPOptions |
UnmountPOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPOptions |
UnmountPOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static UnmountPOptions |
UnmountPOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnmountPOptions |
UnmountPOptions.parseFrom(InputStream input) |
static UnmountPOptions |
UnmountPOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UnmountPOptions> |
UnmountPOptions.getParserForType() |
static com.google.protobuf.Parser<UnmountPOptions> |
UnmountPOptions.parser() |
Modifier and Type | Method and Description |
---|---|
UnmountPOptions.Builder |
UnmountPOptions.Builder.mergeFrom(UnmountPOptions other) |
UnmountPRequest.Builder |
UnmountPRequest.Builder.mergeOptions(UnmountPOptions value)
optional .alluxio.grpc.file.UnmountPOptions options = 2; |
static UnmountPOptions.Builder |
UnmountPOptions.newBuilder(UnmountPOptions prototype) |
UnmountPRequest.Builder |
UnmountPRequest.Builder.setOptions(UnmountPOptions value)
optional .alluxio.grpc.file.UnmountPOptions options = 2; |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.unmount(String path,
UnmountPOptions options) |
Modifier and Type | Method and Description |
---|---|
static UnmountPOptions |
FileSystemOptions.unmountDefaults(AlluxioConfiguration conf) |
Copyright © 2023. All Rights Reserved.