org.apache.hadoop.hdfs
Class DistributedFileSystem.DiskStatus

java.lang.Object
  extended by org.apache.hadoop.fs.FsStatus
      extended by org.apache.hadoop.hdfs.DistributedFileSystem.DiskStatus
All Implemented Interfaces:
org.apache.hadoop.io.Writable
Enclosing class:
DistributedFileSystem

Deprecated. Use FsStatus instead

@InterfaceAudience.Private
@Deprecated
public static class DistributedFileSystem.DiskStatus
extends org.apache.hadoop.fs.FsStatus


Constructor Summary
DistributedFileSystem.DiskStatus(org.apache.hadoop.fs.FsStatus stats)
          Deprecated.  
DistributedFileSystem.DiskStatus(long capacity, long dfsUsed, long remaining)
          Deprecated.  
 
Method Summary
 long getDfsUsed()
          Deprecated.  
 
Methods inherited from class org.apache.hadoop.fs.FsStatus
getCapacity, getRemaining, getUsed, readFields, write
 
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(org.apache.hadoop.fs.FsStatus stats)
Deprecated. 

DistributedFileSystem.DiskStatus

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

getDfsUsed

public long getDfsUsed()
Deprecated. 


Copyright © 2009 The Apache Software Foundation