Class DirectoryScanner.ScanInfoVolumeReport
java.lang.Object
org.apache.hadoop.hdfs.server.datanode.DirectoryScanner.ScanInfoVolumeReport
- Enclosing class:
- DirectoryScanner
Helper class for compiling block info reports from report compiler threads.
Contains a volume, a set of block pool IDs, and a collection of ScanInfo
objects. If a block pool exists but has no ScanInfo objects associated with
it, there will be no mapping for that particular block pool.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAll(String bpid, Collection<FsVolumeSpi.ScanInfo> scanInfos) getScanInfo(String bpid) toString()