Uses of Class
org.apache.hadoop.fs.shell.CommandFactory
Packages that use CommandFactory
Package
Description
An abstract file system API.
Support for the execution of a file system command.
-
Uses of CommandFactory in org.apache.hadoop.fs
Fields in org.apache.hadoop.fs declared as CommandFactoryMethods in org.apache.hadoop.fs with parameters of type CommandFactoryModifier and TypeMethodDescriptionprotected voidFsShell.registerCommands(CommandFactory factory) static voidFsShellPermissions.registerCommands(CommandFactory factory) Register the permission related commands with the factory -
Uses of CommandFactory in org.apache.hadoop.fs.shell
Methods in org.apache.hadoop.fs.shell that return CommandFactoryModifier and TypeMethodDescriptionprotected CommandFactoryCommand.getCommandFactory()retrieves the command factory.Methods in org.apache.hadoop.fs.shell with parameters of type CommandFactoryModifier and TypeMethodDescriptionstatic voidConcat.registerCommands(CommandFactory factory) static voidCount.registerCommands(CommandFactory factory) Register the names for the count commandstatic voidFsCommand.registerCommands(CommandFactory factory) Register the command classes used by the fs subcommandstatic voidTouchCommands.registerCommands(CommandFactory factory) static voidTruncate.registerCommands(CommandFactory factory) voidCommand.setCommandFactory(CommandFactory factory) sets the command factory for later use. -
Uses of CommandFactory in org.apache.hadoop.fs.shell.find
Methods in org.apache.hadoop.fs.shell.find that return CommandFactoryMethods in org.apache.hadoop.fs.shell.find with parameters of type CommandFactoryModifier and TypeMethodDescriptionstatic voidFind.registerCommands(CommandFactory factory) Register the names for the count commandvoidFindOptions.setCommandFactory(CommandFactory factory) Set the command factory.