public final class FileSystemAdminShellUtils extends Object
FileSystemAdminShell
.Modifier and Type | Method and Description |
---|---|
static void |
checkMasterClientService(AlluxioConfiguration alluxioConf)
Checks if the master client service is available.
|
static int |
compareTierNames(String a,
String b)
Compares two tier names according to their rank values.
|
public static int compareTierNames(String a, String b)
a
- one tier nameb
- another tier namepublic static void checkMasterClientService(AlluxioConfiguration alluxioConf) throws IOException
alluxioConf
- Alluxio configurationIOException
Copyright © 2023. All Rights Reserved.