public class UfsCommand extends Object
Constructor and Description |
---|
UfsCommand(FileSystemMasterClient fileSystemMasterClient)
Creates a new instance of
UfsCommand . |
Modifier and Type | Method and Description |
---|---|
static void |
printMountInfo(Map<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 IOException
IOException
public static void printMountInfo(Map<String,MountPointInfo> mountTable)
mountTable
- the mount table to get information fromCopyright © 2023. All Rights Reserved.