org.apache.hadoop.hdfs
Class DistributedFileSystem.DiskStatus
java.lang.Object
org.apache.hadoop.fs.FsStatus
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
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 |
DistributedFileSystem.DiskStatus
public DistributedFileSystem.DiskStatus(org.apache.hadoop.fs.FsStatus stats)
- Deprecated.
DistributedFileSystem.DiskStatus
public DistributedFileSystem.DiskStatus(long capacity,
long dfsUsed,
long remaining)
- Deprecated.
getDfsUsed
public long getDfsUsed()
- Deprecated.
Copyright © 2009 The Apache Software Foundation