public final class ValidateEnv extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Validates Alluxio environment.
|
static void |
printHelp(String message)
Prints the help message.
|
static int |
validate(String... argv)
Validates environment.
|
public static void printHelp(String message)
message
- message before standard usage informationpublic static int validate(String... argv) throws InterruptedException
argv
- list of argumentsInterruptedException
public static void main(String[] args) throws InterruptedException
args
- the arguments to specify which validation tasks to runInterruptedException
Copyright © 2023. All Rights Reserved.