Package | Description |
---|---|
org.apache.hadoop.hdfs.server.datanode | |
org.apache.hadoop.hdfs.server.datanode.fsdataset |
Modifier and Type | Method and Description |
---|---|
Collection<Map.Entry<String,FsVolumeSpi.ScanInfo>> |
DirectoryScanner.BlockPoolReport.getEntries() |
List<FsVolumeSpi.ScanInfo> |
DirectoryScanner.ScanInfoVolumeReport.getScanInfo(String bpid) |
List<FsVolumeSpi.ScanInfo> |
DirectoryScanner.BlockPoolReport.getScanInfo(String bpid) |
Modifier and Type | Method and Description |
---|---|
int |
LocalReplica.compareWith(FsVolumeSpi.ScanInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryScanner.ScanInfoVolumeReport.addAll(String bpid,
Collection<FsVolumeSpi.ScanInfo> scanInfos) |
void |
DirectoryScanner.BlockPoolReport.addAll(String bpid,
Collection<FsVolumeSpi.ScanInfo> scanInfos) |
Modifier and Type | Method and Description |
---|---|
int |
FsVolumeSpi.ScanInfo.compareTo(FsVolumeSpi.ScanInfo b) |
Modifier and Type | Method and Description |
---|---|
void |
FsVolumeSpi.compileReport(String bpid,
Collection<FsVolumeSpi.ScanInfo> report,
DirectoryScanner.ReportCompiler reportCompiler)
Compile a list of
FsVolumeSpi.ScanInfo for the blocks in
the block pool with id bpid . |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.