Class | Description |
---|---|
AbstractDistributedJobCommand |
The base class for all the distributed job based
Command classes. |
AbstractFileSystemCommand |
The base class for all the FileSystem
Command classes. |
CatCommand |
Prints the file's contents to the console.
|
CheckCachedCommand |
Moves a file or a directory in the Alluxio filesystem using job service.
|
ChecksumCommand |
Calculates the MD5 checksum for a file.
|
ChgrpCommand |
Changes the group of a file or directory specified by args.
|
ChmodCommand |
Changes the permission of a file or directory specified by args.
|
ChownCommand |
Changes the owner of a file or directory specified by args.
|
ConsistentHashCommand |
Copies the specified file specified by "source path" to the path specified by "remote path".
|
CpCommand |
Copies a file or a directory in the Alluxio filesystem.
|
FileLocation |
Description of the file location.
|
FileSystemCommandUtils |
Common util methods for executing commands.
|
FreeCommand |
Frees the given file or folder from Alluxio storage (recursively freeing all children if a
folder).
|
HeadCommand |
Prints the file's first n bytes (by default, 1KB) to the console.
|
HelpCommand |
Command for print help message for the given command.
|
LoadCommand |
Loads a file or directory in Alluxio space, making it resident in Alluxio.
|
LocationCommand |
Displays a list of hosts that have the file specified in args stored.
|
LsCommand |
Displays information for the path specified in args.
|
MkdirCommand |
Creates a new directory specified by the path in args, including any parent folders that are
required.
|
MvCommand |
Renames a file or directory specified by args.
|
RmCommand |
Removes the file specified by argv.
|
StatCommand |
Displays the path's info.
|
TailCommand |
Prints the file's last n bytes (by default, 1KB) to the console.
|
TestCommand |
Tests properties of the path specified in args.
|
TouchCommand |
Creates a 0 byte file specified by argv.
|
Copyright © 2023. All Rights Reserved.