Package | Description |
---|---|
alluxio.client.file | |
alluxio.grpc | |
alluxio.master.file.meta | |
alluxio.master.file.meta.options | |
alluxio.proxy | |
alluxio.util | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
void |
BaseFileSystem.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountPOptions options) |
void |
RetryHandlingFileSystemMasterClient.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountPOptions options) |
void |
FileSystemMasterClient.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountPOptions options)
Mounts the given UFS path under the given Alluxio path.
|
void |
FileSystemCache.InstanceCachingFileSystem.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountPOptions options) |
void |
FileSystem.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountPOptions options)
Mounts a UFS subtree to the given Alluxio path.
|
void |
DelegatingFileSystem.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountPOptions options) |
void |
BaseFileSystem.updateMount(AlluxioURI alluxioPath,
MountPOptions options) |
void |
RetryHandlingFileSystemMasterClient.updateMount(AlluxioURI alluxioPath,
MountPOptions options) |
void |
FileSystemMasterClient.updateMount(AlluxioURI alluxioPath,
MountPOptions options)
Updates options of a mount point for the given Alluxio path.
|
void |
FileSystemCache.InstanceCachingFileSystem.updateMount(AlluxioURI alluxioPath,
MountPOptions options) |
void |
FileSystem.updateMount(AlluxioURI alluxioPath,
MountPOptions options)
Updates the options for an existing mount point.
|
void |
DelegatingFileSystem.updateMount(AlluxioURI alluxioPath,
MountPOptions options) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MountPOptions> |
MountPOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MountPOptions |
MountPOptions.Builder.build() |
MountPOptions |
MountPOptions.Builder.buildPartial() |
static MountPOptions |
GrpcUtils.fromMountEntry(File.AddMountPointEntry mountEntryPoint)
Creates mount proto options from
File.AddMountPointEntry . |
static MountPOptions |
MountPOptions.getDefaultInstance() |
MountPOptions |
MountPOptions.getDefaultInstanceForType() |
MountPOptions |
MountPOptions.Builder.getDefaultInstanceForType() |
MountPOptions |
UpdateMountPRequest.getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPOptions |
UpdateMountPRequest.Builder.getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPOptions |
MountPRequest.getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPOptions |
MountPRequest.Builder.getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPOptions |
UpdateMountPRequestOrBuilder.getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPOptions |
MountPRequestOrBuilder.getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPOptions |
UfsInfo.getProperties()
optional .alluxio.grpc.file.MountPOptions properties = 2; |
MountPOptions |
UfsInfo.Builder.getProperties()
optional .alluxio.grpc.file.MountPOptions properties = 2; |
MountPOptions |
UfsInfoOrBuilder.getProperties()
optional .alluxio.grpc.file.MountPOptions properties = 2; |
static MountPOptions |
MountPOptions.parseDelimitedFrom(InputStream input) |
static MountPOptions |
MountPOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPOptions |
MountPOptions.parseFrom(byte[] data) |
static MountPOptions |
MountPOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPOptions |
MountPOptions.parseFrom(ByteBuffer data) |
static MountPOptions |
MountPOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPOptions |
MountPOptions.parseFrom(com.google.protobuf.ByteString data) |
static MountPOptions |
MountPOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPOptions |
MountPOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static MountPOptions |
MountPOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPOptions |
MountPOptions.parseFrom(InputStream input) |
static MountPOptions |
MountPOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MountPOptions> |
MountPOptions.getParserForType() |
static com.google.protobuf.Parser<MountPOptions> |
MountPOptions.parser() |
Modifier and Type | Method and Description |
---|---|
MountPOptions.Builder |
MountPOptions.Builder.mergeFrom(MountPOptions other) |
UpdateMountPRequest.Builder |
UpdateMountPRequest.Builder.mergeOptions(MountPOptions value)
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPRequest.Builder |
MountPRequest.Builder.mergeOptions(MountPOptions value)
optional .alluxio.grpc.file.MountPOptions options = 3; |
UfsInfo.Builder |
UfsInfo.Builder.mergeProperties(MountPOptions value)
optional .alluxio.grpc.file.MountPOptions properties = 2; |
static MountPOptions.Builder |
MountPOptions.newBuilder(MountPOptions prototype) |
UpdateMountPRequest.Builder |
UpdateMountPRequest.Builder.setOptions(MountPOptions value)
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPRequest.Builder |
MountPRequest.Builder.setOptions(MountPOptions value)
optional .alluxio.grpc.file.MountPOptions options = 3; |
UfsInfo.Builder |
UfsInfo.Builder.setProperties(MountPOptions value)
optional .alluxio.grpc.file.MountPOptions properties = 2; |
Modifier and Type | Method and Description |
---|---|
void |
MountTable.add(java.util.function.Supplier<JournalContext> journalContext,
AlluxioURI alluxioUri,
AlluxioURI ufsUri,
long mountId,
MountPOptions options)
Mounts the given UFS path at the given Alluxio path.
|
void |
MountTable.update(java.util.function.Supplier<JournalContext> journalContext,
AlluxioURI alluxioUri,
long newMountId,
MountPOptions newOptions)
Update the mount point with new options and mount ID.
|
Modifier and Type | Method and Description |
---|---|
MountPOptions |
MountInfo.getOptions() |
Constructor and Description |
---|
MountInfo(AlluxioURI alluxioUri,
AlluxioURI ufsUri,
long mountId,
MountPOptions options)
Creates a new instance of
MountInfo . |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.mount(String path,
String src,
MountPOptions options) |
Modifier and Type | Method and Description |
---|---|
static MountPOptions |
FileSystemOptions.mountDefaults(AlluxioConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
MountPOptions |
UfsInfo.getMountOptions() |
Modifier and Type | Method and Description |
---|---|
UfsInfo |
UfsInfo.setMountOptions(MountPOptions options) |
Copyright © 2023. All Rights Reserved.