Class FSCachingGetSpaceUsed
java.lang.Object
org.apache.hadoop.fs.CachingGetSpaceUsed
org.apache.hadoop.hdfs.server.datanode.FSCachingGetSpaceUsed
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hadoop.fs.GetSpaceUsed
- Direct Known Subclasses:
ReplicaCachingGetSpaceUsed
@Private
@Evolving
public abstract class FSCachingGetSpaceUsed
extends org.apache.hadoop.fs.CachingGetSpaceUsed
Fast and accurate class to tell how much space HDFS is using.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.hadoop.fs.CachingGetSpaceUsed
used -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.fs.CachingGetSpaceUsed
close, getDirPath, getJitter, getRefreshInterval, getUsed, incDfsUsed, refresh, setShouldFirstRefresh, setUsed
-
Constructor Details
-
FSCachingGetSpaceUsed
- Throws:
IOException
-