public final class SizeCommand extends AbstractMetadataCacheSubCommand
mConf, mFileSystem, mParentCommandName| Constructor and Description |
|---|
SizeCommand(FileSystem fs,
AlluxioConfiguration conf,
java.lang.String parentCommandName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandName() |
java.lang.String |
getDescription() |
java.lang.String |
getUsage() |
protected URIStatus |
runSubCommand(AlluxioURI path,
java.lang.String[] argv,
MetadataCachingFileSystem fileSystem)
Run the metadatacache subcommand.
|
rungetParentCommandNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateArgsclose, getOptions, getSubCommands, hasSubCommand, parseAndValidateArgs, run, validateArgspublic SizeCommand(FileSystem fs, AlluxioConfiguration conf, java.lang.String parentCommandName)
fs - the file system the command takes effect onconf - the Alluxio configurationparentCommandName - the parent command namepublic java.lang.String getCommandName()
public java.lang.String getUsage()
protected URIStatus runSubCommand(AlluxioURI path, java.lang.String[] argv, MetadataCachingFileSystem fileSystem)
AbstractMetadataCacheSubCommandrunSubCommand in class AbstractMetadataCacheSubCommandpublic java.lang.String getDescription()
Copyright © 2023. All Rights Reserved.