Package | Description |
---|---|
alluxio.concurrent | |
alluxio.master.file | |
alluxio.underfs |
Modifier and Type | Method and Description |
---|---|
UfsMode |
ManagedBlockingUfsForwarder.getOperationMode(Map<String,UfsMode> physicalUfsState) |
Modifier and Type | Method and Description |
---|---|
UfsMode |
ManagedBlockingUfsForwarder.getOperationMode(Map<String,UfsMode> physicalUfsState) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.updateUfsMode(AlluxioURI ufsPath,
UfsMode ufsMode) |
void |
FileSystemMaster.updateUfsMode(AlluxioURI ufsPath,
UfsMode ufsMode)
Update the operation mode for the given ufs path under one or more mount points.
|
Modifier and Type | Method and Description |
---|---|
UfsMode |
BaseUnderFileSystem.getOperationMode(Map<String,UfsMode> physicalUfsState) |
UfsMode |
UnderFileSystemWithLogging.getOperationMode(Map<String,UfsMode> physicalUfsState) |
UfsMode |
UnderFileSystem.getOperationMode(Map<String,UfsMode> physicalUfsState)
An
UnderFileSystem may be composed of one or more "physical UFS"s. |
static UfsMode |
UfsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UfsMode[] |
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,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(java.util.function.Supplier<JournalContext> journalContext,
AlluxioURI ufsPath,
UfsMode ufsMode)
Set the operation mode the given physical ufs.
|
Modifier and Type | Method and Description |
---|---|
UfsMode |
BaseUnderFileSystem.getOperationMode(Map<String,UfsMode> physicalUfsState) |
UfsMode |
UnderFileSystemWithLogging.getOperationMode(Map<String,UfsMode> physicalUfsState) |
UfsMode |
UnderFileSystem.getOperationMode(Map<String,UfsMode> physicalUfsState)
An
UnderFileSystem may be composed of one or more "physical UFS"s. |
Copyright © 2023. All Rights Reserved.