| 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 | Field | Description |
|---|---|---|
protected CommandFactory |
FsShell.commandFactory |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
FsShell.registerCommands(CommandFactory factory) |
|
static void |
FsShellPermissions.registerCommands(CommandFactory factory) |
Register the permission related commands with the factory
|
| Modifier and Type | Method | Description |
|---|---|---|
protected CommandFactory |
Command.getCommandFactory() |
retrieves the command factory.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Concat.registerCommands(CommandFactory factory) |
|
static void |
Count.registerCommands(CommandFactory factory) |
Register the names for the count command
|
static void |
FsCommand.registerCommands(CommandFactory factory) |
Register the command classes used by the fs subcommand
|
static void |
TouchCommands.registerCommands(CommandFactory factory) |
|
static void |
Truncate.registerCommands(CommandFactory factory) |
|
void |
Command.setCommandFactory(CommandFactory factory) |
sets the command factory for later use.
|
| Modifier and Type | Method | Description |
|---|---|---|
CommandFactory |
FindOptions.getCommandFactory() |
Return the command factory.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Find.registerCommands(CommandFactory factory) |
Register the names for the count command
|
void |
FindOptions.setCommandFactory(CommandFactory factory) |
Set the command factory.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.