public final class DropCommand extends AbstractMetadataCacheSubCommand
mConf, mFileSystem, mParentCommandName
Constructor and Description |
---|
DropCommand(FileSystem fs,
AlluxioConfiguration conf,
String parentCommandName) |
Modifier and Type | Method and Description |
---|---|
String |
getCommandName()
Gets the command name as input from the shell.
|
String |
getDescription() |
String |
getUsage() |
protected URIStatus |
runSubCommand(AlluxioURI path,
String[] argv,
MetadataCachingFileSystem fileSystem)
Run the metadatacache subcommand.
|
run
getParentCommandName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validateArgs
close, getOptions, getSubCommands, hasSubCommand, parseAndValidateArgs, run, validateArgs
public DropCommand(FileSystem fs, AlluxioConfiguration conf, String parentCommandName)
fs
- the file system the command takes effect onconf
- the Alluxio configurationparentCommandName
- the parent command namepublic String getCommandName()
Command
public String getUsage()
protected URIStatus runSubCommand(AlluxioURI path, String[] argv, MetadataCachingFileSystem fileSystem)
AbstractMetadataCacheSubCommand
runSubCommand
in class AbstractMetadataCacheSubCommand
public String getDescription()
Copyright © 2023. All Rights Reserved.