@PublicApi public final class GetConf extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getConf(ClientContext ctx,
java.lang.String... args)
Implements get configuration.
|
static int |
getConfImpl(java.util.function.Supplier<RetryHandlingMetaMasterConfigClient> clientSupplier,
AlluxioConfiguration alluxioConf,
java.lang.String... args)
Implements get configuration.
|
static void |
main(java.lang.String[] args)
Prints Alluxio configuration.
|
static void |
printHelp(java.lang.String message)
Prints the help message.
|
public static void printHelp(java.lang.String message)
message - message before standard usage informationpublic static int getConf(ClientContext ctx, java.lang.String... args)
ctx - Alluxio client configurationargs - list of argumentspublic static int getConfImpl(java.util.function.Supplier<RetryHandlingMetaMasterConfigClient> clientSupplier, AlluxioConfiguration alluxioConf, java.lang.String... args)
clientSupplier - a functor to return a config client of meta masteralluxioConf - Alluxio configurationargs - list of argumentspublic static void main(java.lang.String[] args)
args - the arguments to specify the unit (optional) and configuration key (optional)Copyright © 2022. All Rights Reserved.