Save This Page
Home » hadoop-0.14.4 » org.apache » hadoop » fs » [javadoc | source]
org.apache.hadoop.fs
public class: DF [javadoc | source]
java.lang.Object
   org.apache.hadoop.fs.DF
Filesystem disk space usage statistics. Uses the unix 'df' program. Tested on Linux, FreeBSD, Cygwin.
Field Summary
public static final  long DF_INTERVAL_DEFAULT     
Constructor:
 public DF(File path,
    Configuration conf) throws IOException 
 public DF(File path,
    long dfInterval) throws IOException 
Method from org.apache.hadoop.fs.DF Summary:
getAvailable,   getAvailableSkipRefresh,   getCapacity,   getCapacitySkipRefresh,   getDirPath,   getFilesystem,   getMount,   getPercentUsed,   getPercentUsedSkipRefresh,   getUsed,   getUsedSkipRefresh,   main,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.hadoop.fs.DF Detail:
 public long getAvailable() throws IOException 
 public long getAvailableSkipRefresh() 
 public long getCapacity() throws IOException 
 public long getCapacitySkipRefresh() 
 public String getDirPath() 
 public String getFilesystem() throws IOException 
 public String getMount() throws IOException 
 public int getPercentUsed() throws IOException 
 public int getPercentUsedSkipRefresh() 
 public long getUsed() throws IOException 
 public long getUsedSkipRefresh() 
 public static  void main(String[] args) throws Exception 
 public String toString()