org.apache.hadoop.fs.shell
Class Count
java.lang.Object
  
org.apache.hadoop.fs.shell.Command
      
org.apache.hadoop.fs.shell.Count
public class Count
- extends Command
 
Count the number of directories, files, bytes, quota, and remaining quota.
 
| Fields inherited from class org.apache.hadoop.fs.shell.Command | 
args, fs | 
 
 
| 
Method Summary | 
 String | 
getCommandName()
 
          Return the command's name excluding the leading character - | 
static boolean | 
matches(String cmd)
 
          Check if a command is the count command | 
protected  void | 
run(Path path)
 
          Execute the command on the input path | 
 
| Methods inherited from class org.apache.hadoop.fs.shell.Command | 
runAll | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NAME
public static final String NAME
- See Also:
 - Constant Field Values
 
USAGE
public static final String USAGE
- See Also:
 - Constant Field Values
 
DESCRIPTION
public static final String DESCRIPTION
Count
public Count(String[] cmd,
             int pos,
             FileSystem fs)
- Constructor
- Parameters:
 cmd - the count commandpos - the starting index of the argumentsfs - the file system handler
 
matches
public static boolean matches(String cmd)
- Check if a command is the count command
- Parameters:
 cmd - A string representation of a command starting with "-"
- Returns:
 - true if this is a count command; false otherwise
 
 
 
getCommandName
public String getCommandName()
- Description copied from class: 
Command 
- Return the command's name excluding the leading character -
- Specified by:
 getCommandName in class Command
 
 
 
run
protected void run(Path path)
            throws IOException
- Description copied from class: 
Command 
- Execute the command on the input path
- Specified by:
 run in class Command
 
- Parameters:
 path - the input path
- Throws:
 IOException - if any error occurs
 
 
Copyright © 2008 The Apache Software Foundation