@ThreadSafe @PublicApi public final class GetUsedBytesCommand extends AbstractFileSystemCommand
FileSystem.mFileSystem, mFsContext| Constructor and Description |
|---|
GetUsedBytesCommand(FileSystemContext fsContext)
Constructs a new instance to get the number of bytes used in the
FileSystem. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandName() |
java.lang.String |
getDescription() |
java.lang.String |
getUsage() |
int |
run(org.apache.commons.cli.CommandLine cl) |
void |
validateArgs(org.apache.commons.cli.CommandLine cl) |
processHeader, runPlainPath, runWildCardCmdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getOptions, getSubCommands, hasSubCommand, parseAndValidateArgspublic GetUsedBytesCommand(FileSystemContext fsContext)
FileSystem.fsContext - the filesystem of Alluxiopublic java.lang.String getCommandName()
public void validateArgs(org.apache.commons.cli.CommandLine cl)
throws InvalidArgumentException
InvalidArgumentExceptionpublic int run(org.apache.commons.cli.CommandLine cl)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getUsage()
public java.lang.String getDescription()
Copyright © 2022. All Rights Reserved.