Uses of Class
org.apache.hadoop.fs.shell.Command
Packages that use Command
Package
Description
An abstract file system API.
Support for the execution of a file system command.
-
Uses of Command in org.apache.hadoop.fs
Subclasses of Command in org.apache.hadoop.fsModifier and TypeClassDescriptionprotected classDisplays short usage of commands sans the long descriptionprotected classDisplay help for commands with their short usage and long description.classThis class is the home for file permissions related commands.static classUsed to change group of filesstatic classThe pattern is almost as flexible as mode allowed by chmod shell command.static classUsed to change owner and/or group of files -
Uses of Command in org.apache.hadoop.fs.shell
Subclasses of Command in org.apache.hadoop.fs.shellModifier and TypeClassDescriptionclassConcat the given files.classAbstract command to enable sub copy commands run with multi-thread.classCount the number of directories, files, bytes, quota, and remaining quota.classBase class for all "hadoop fs" commands.classUnix touch like commandsstatic classA UNIX like touch command.static class(Re)create zero-length file at the specified path.classTruncates a file to a new sizeMethods in org.apache.hadoop.fs.shell that return CommandModifier and TypeMethodDescriptionCommandFactory.getInstance(String cmd) Returns an instance of the class implementing the given command.CommandFactory.getInstance(String cmdName, Configuration conf) Get an instance of the requested commandMethods in org.apache.hadoop.fs.shell with parameters of type CommandModifier and TypeMethodDescriptionvoidRegister the given object as handling the given list of command names.Method parameters in org.apache.hadoop.fs.shell with type arguments of type Command -
Uses of Command in org.apache.hadoop.fs.shell.find
Subclasses of Command in org.apache.hadoop.fs.shell.find