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

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

Introduction

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

The text is from its open source code.

Method

StringgetDescription()
The long usage suitable for help output
StringgetUsage()
The short usage suitable for the synopsis
booleanisDeprecated()
Is the command deprecated?
voidrun(Path path)
Execute the command on the input path
voidrun(PathData pathData)
Execute the command on the input path data.
intrun(String... argv)
Invokes the command handler.