@ThreadSafe public final class Format extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Format.Mode
The format mode.
|
Modifier and Type | Method and Description |
---|---|
static void |
format(Format.Mode mode,
AlluxioConfiguration alluxioConf)
Formats the Alluxio file system.
|
static void |
main(String[] args)
Formats the Alluxio file system.
|
public static void main(String[] args)
args
- either MASTER
or WORKER
public static void format(Format.Mode mode, AlluxioConfiguration alluxioConf) throws IOException
mode
- either MASTER
or WORKER
alluxioConf
- Alluxio configurationIOException
Copyright © 2023. All Rights Reserved.