org.apache.hadoop.fs.shell
Class Count

java.lang.Object
  extended by org.apache.hadoop.fs.shell.Count

public class Count
extends Object

Count the number of directories, files and bytes.


Field Summary
static String DESCRIPTION
           
static String NAME
           
static String USAGE
           
 
Constructor Summary
Count()
           
 
Method Summary
static void count(String src, Configuration conf, PrintStream out)
           
static boolean matches(String cmd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Count

public Count()
Method Detail

matches

public static boolean matches(String cmd)

count

public static void count(String src,
                         Configuration conf,
                         PrintStream out)
                  throws IOException
Throws:
IOException


Copyright © 2006 The Apache Software Foundation