Java org.apache.hadoop.fs.shell CommandFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs.shell CommandFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs.shell CommandFactory.

The text is from its open source code.

Constructor

CommandFactory(Configuration conf)
Factory constructor for commands

Method

voidaddClass(Class cmdClass, String... names)
Register the given class as handling the given list of command names.
voidregisterCommands(Class registrarClass)
Invokes "static void registerCommands(CommandFactory)" on the given class.