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