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