public class WowLs extends WowFsCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
WowLs.Lsr
Get a recursive listing of all files in that match the file patterns.
|
| Modifier and Type | Field and Description |
|---|---|
protected static SimpleDateFormat |
dateFormat |
static String |
DESCRIPTION |
protected boolean |
dirRecurse |
protected boolean |
format |
protected boolean |
humanReadable |
protected String |
lineFormat |
protected int |
maxGroup |
protected int |
maxLen |
protected int |
maxOwner |
protected int |
maxRepl |
static String |
NAME |
static String |
USAGE |
basePath| Constructor and Description |
|---|
WowLs(org.apache.hadoop.conf.Configuration conf,
String basePath,
PrintStream out,
PrintStream error) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatSize(long size) |
protected void |
processOptions(LinkedList<String> args) |
protected void |
processPath(org.apache.hadoop.fs.shell.PathData item) |
protected void |
processPathArgument(org.apache.hadoop.fs.shell.PathData item) |
protected void |
processPaths(org.apache.hadoop.fs.shell.PathData parent,
org.apache.hadoop.fs.shell.PathData... items) |
cleanPath, getCommandName, redefineBaseDir, registerCommands, run, runAlldisplayError, displayError, displayWarning, exitCodeForError, expandArgument, expandArguments, getDepth, getDescription, getName, getReplacementCommand, getUsage, isDeprecated, isRecursive, postProcessPath, processArgument, processArguments, processNonexistentPath, processRawArguments, recursePath, run, setName, setRecursivepublic static final String NAME
public static final String USAGE
public static final String DESCRIPTION
protected static final SimpleDateFormat dateFormat
protected int maxRepl
protected int maxLen
protected int maxOwner
protected int maxGroup
protected String lineFormat
protected boolean dirRecurse
protected boolean humanReadable
protected boolean format
public WowLs(org.apache.hadoop.conf.Configuration conf,
String basePath,
PrintStream out,
PrintStream error)
protected String formatSize(long size)
protected void processOptions(LinkedList<String> args) throws IOException
processOptions in class org.apache.hadoop.fs.shell.CommandIOExceptionprotected void processPathArgument(org.apache.hadoop.fs.shell.PathData item)
throws IOException
processPathArgument in class org.apache.hadoop.fs.shell.CommandIOExceptionprotected void processPaths(org.apache.hadoop.fs.shell.PathData parent,
org.apache.hadoop.fs.shell.PathData... items)
throws IOException
processPaths in class org.apache.hadoop.fs.shell.CommandIOExceptionprotected void processPath(org.apache.hadoop.fs.shell.PathData item)
throws IOException
processPath in class org.apache.hadoop.fs.shell.CommandIOExceptionCopyright © 2021. All rights reserved.