Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.underfs |
Modifier and Type | Method and Description |
---|---|
UnderFileSystem.UfsMode |
UpdateUfsModeOptions.getUfsMode() |
Modifier and Type | Method and Description |
---|---|
UpdateUfsModeOptions |
UpdateUfsModeOptions.setUfsMode(UnderFileSystem.UfsMode ufsMode) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.updateUfsMode(AlluxioURI ufsPath,
UnderFileSystem.UfsMode ufsMode) |
void |
FileSystemMaster.updateUfsMode(AlluxioURI ufsPath,
UnderFileSystem.UfsMode ufsMode)
Update the operation mode for the given ufs path under one or more mount points.
|
Modifier and Type | Method and Description |
---|---|
UnderFileSystem.UfsMode |
UnderFileSystemWithLogging.getOperationMode(Map<String,UnderFileSystem.UfsMode> physicalUfsState) |
UnderFileSystem.UfsMode |
BaseUnderFileSystem.getOperationMode(Map<String,UnderFileSystem.UfsMode> physicalUfsState) |
UnderFileSystem.UfsMode |
UnderFileSystem.getOperationMode(Map<String,UnderFileSystem.UfsMode> physicalUfsState)
An
UnderFileSystem may be composed of one or more "physical UFS"s. |
static UnderFileSystem.UfsMode |
UnderFileSystem.UfsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnderFileSystem.UfsMode[] |
UnderFileSystem.UfsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,UnderFileSystem.UfsMode> |
MasterUfsManager.getPhysicalUfsState(List<String> physicalStores)
Get the physical ufs operation modes for the
UnderFileSystem under the given Mount
table resolution. |
Modifier and Type | Method and Description |
---|---|
void |
MasterUfsManager.setUfsMode(AlluxioURI ufsPath,
UnderFileSystem.UfsMode ufsMode,
RpcContext rpcContext)
Set the operation mode the given physical ufs.
|
Modifier and Type | Method and Description |
---|---|
UnderFileSystem.UfsMode |
UnderFileSystemWithLogging.getOperationMode(Map<String,UnderFileSystem.UfsMode> physicalUfsState) |
UnderFileSystem.UfsMode |
BaseUnderFileSystem.getOperationMode(Map<String,UnderFileSystem.UfsMode> physicalUfsState) |
UnderFileSystem.UfsMode |
UnderFileSystem.getOperationMode(Map<String,UnderFileSystem.UfsMode> physicalUfsState)
An
UnderFileSystem may be composed of one or more "physical UFS"s. |
Copyright © 2023. All Rights Reserved.