| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.shell |
Support for the execution of a file system command.
|
| org.apache.hadoop.fs.shell.find |
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
FsShell.Help |
Displays short usage of commands sans the long description
|
protected class |
FsShell.Usage |
Display help for commands with their short usage and long description.
|
class |
FsShellPermissions |
This class is the home for file permissions related commands.
|
static class |
FsShellPermissions.Chgrp |
Used to change group of files
|
static class |
FsShellPermissions.Chmod |
The pattern is almost as flexible as mode allowed by chmod shell command.
|
static class |
FsShellPermissions.Chown |
Used to change owner and/or group of files
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Concat |
Concat the given files.
|
class |
CopyCommandWithMultiThread |
Abstract command to enable sub copy commands run with multi-thread.
|
class |
Count |
Count the number of directories, files, bytes, quota, and remaining quota.
|
class |
FsCommand |
Base class for all "hadoop fs" commands.
|
class |
TouchCommands |
Unix touch like commands
|
static class |
TouchCommands.Touch |
A UNIX like touch command.
|
static class |
TouchCommands.Touchz |
(Re)create zero-length file at the specified path.
|
class |
Truncate |
Truncates a file to a new size
|
| Modifier and Type | Method | Description |
|---|---|---|
Command |
CommandFactory.getInstance(java.lang.String cmd) |
Returns an instance of the class implementing the given command.
|
Command |
CommandFactory.getInstance(java.lang.String cmdName,
Configuration conf) |
Get an instance of the requested command
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CommandFactory.addObject(Command cmdObject,
java.lang.String... names) |
Register the given object as handling the given list of command
names.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CommandFactory.addClass(java.lang.Class<? extends Command> cmdClass,
java.lang.String... names) |
Register the given class as handling the given list of command
names.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Find |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.