public class UfsCommand
extends java.lang.Object
| Constructor and Description |
|---|
UfsCommand(FileSystemMasterClient fileSystemMasterClient)
Creates a new instance of
UfsCommand. |
| Modifier and Type | Method and Description |
|---|---|
static void |
printMountInfo(java.util.Map<java.lang.String,MountPointInfo> mountTable)
Prints mount information for a mount table.
|
int |
run()
Runs report ufs command.
|
public UfsCommand(FileSystemMasterClient fileSystemMasterClient)
UfsCommand.fileSystemMasterClient - client to get mount table frompublic int run()
throws java.io.IOException
java.io.IOExceptionpublic static void printMountInfo(java.util.Map<java.lang.String,MountPointInfo> mountTable)
mountTable - the mount table to get information fromCopyright © 2022. All Rights Reserved.