org.apache.hadoop.dfs
Class DistributedFileSystem.DiskStatus

java.lang.Object
  extended by org.apache.hadoop.dfs.DistributedFileSystem.DiskStatus
Enclosing class:
DistributedFileSystem

public static class DistributedFileSystem.DiskStatus
extends Object


Constructor Summary
DistributedFileSystem.DiskStatus(long capacity, long dfsUsed, long remaining)
           
 
Method Summary
 long getCapacity()
           
 long getDfsUsed()
           
 long getRemaining()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedFileSystem.DiskStatus

public DistributedFileSystem.DiskStatus(long capacity,
                                        long dfsUsed,
                                        long remaining)
Method Detail

getCapacity

public long getCapacity()

getDfsUsed

public long getDfsUsed()

getRemaining

public long getRemaining()


Copyright © 2008 The Apache Software Foundation