| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.datanode | |
| org.apache.hadoop.hdfs.server.datanode.fsdataset | |
| org.apache.hadoop.hdfs.server.datanode.fsdataset.impl |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<java.util.Map.Entry<java.lang.String,FsVolumeSpi.ScanInfo>> |
DirectoryScanner.BlockPoolReport.getEntries() |
|
java.util.List<FsVolumeSpi.ScanInfo> |
DirectoryScanner.BlockPoolReport.getScanInfo(java.lang.String bpid) |
|
java.util.List<FsVolumeSpi.ScanInfo> |
DirectoryScanner.ScanInfoVolumeReport.getScanInfo(java.lang.String bpid) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
LocalReplica.compareWith(FsVolumeSpi.ScanInfo info) |
|
int |
ProvidedReplica.compareWith(FsVolumeSpi.ScanInfo info) |
|
abstract int |
ReplicaInfo.compareWith(FsVolumeSpi.ScanInfo info) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DirectoryScanner.BlockPoolReport.addAll(java.lang.String bpid,
java.util.Collection<FsVolumeSpi.ScanInfo> scanInfos) |
|
void |
DirectoryScanner.ScanInfoVolumeReport.addAll(java.lang.String bpid,
java.util.Collection<FsVolumeSpi.ScanInfo> scanInfos) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FsDatasetSpi.checkAndUpdate(java.lang.String bpid,
FsVolumeSpi.ScanInfo info) |
Check whether the in-memory block record matches the block on the disk,
and, in case that they are not matched, update the record or mark it
as corrupted.
|
int |
FsVolumeSpi.ScanInfo.compareTo(FsVolumeSpi.ScanInfo b) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FsVolumeSpi.compileReport(java.lang.String bpid,
java.util.Collection<FsVolumeSpi.ScanInfo> report,
DirectoryScanner.ReportCompiler reportCompiler) |
Compile a list of
FsVolumeSpi.ScanInfo for the blocks in
the block pool with id bpid. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FsVolumeImpl.compileReport(java.lang.String bpid,
java.util.Collection<FsVolumeSpi.ScanInfo> report,
DirectoryScanner.ReportCompiler reportCompiler) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.