Uses of Class
org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi.ScanInfo
Packages that use FsVolumeSpi.ScanInfo
Package
Description
-
Uses of FsVolumeSpi.ScanInfo in org.apache.hadoop.hdfs.server.datanode
Methods in org.apache.hadoop.hdfs.server.datanode that return types with arguments of type FsVolumeSpi.ScanInfoModifier and TypeMethodDescriptionDirectoryScanner.BlockPoolReport.getEntries()DirectoryScanner.BlockPoolReport.getScanInfo(String bpid) DirectoryScanner.ScanInfoVolumeReport.getScanInfo(String bpid) Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type FsVolumeSpi.ScanInfoModifier and TypeMethodDescriptionintLocalReplica.compareWith(FsVolumeSpi.ScanInfo info) intProvidedReplica.compareWith(FsVolumeSpi.ScanInfo info) abstract intReplicaInfo.compareWith(FsVolumeSpi.ScanInfo info) Method parameters in org.apache.hadoop.hdfs.server.datanode with type arguments of type FsVolumeSpi.ScanInfoModifier and TypeMethodDescriptionvoidDirectoryScanner.BlockPoolReport.addAll(String bpid, Collection<FsVolumeSpi.ScanInfo> scanInfos) voidDirectoryScanner.ScanInfoVolumeReport.addAll(String bpid, Collection<FsVolumeSpi.ScanInfo> scanInfos) -
Uses of FsVolumeSpi.ScanInfo in org.apache.hadoop.hdfs.server.datanode.fsdataset
Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset with parameters of type FsVolumeSpi.ScanInfoModifier and TypeMethodDescriptionvoidFsDatasetSpi.checkAndUpdate(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.intFsVolumeSpi.ScanInfo.compareTo(FsVolumeSpi.ScanInfo b) Method parameters in org.apache.hadoop.hdfs.server.datanode.fsdataset with type arguments of type FsVolumeSpi.ScanInfoModifier and TypeMethodDescriptionvoidFsVolumeSpi.compileReport(String bpid, Collection<FsVolumeSpi.ScanInfo> report, DirectoryScanner.ReportCompiler reportCompiler) Compile a list ofFsVolumeSpi.ScanInfofor the blocks in the block pool with idbpid. -
Uses of FsVolumeSpi.ScanInfo in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
Method parameters in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl with type arguments of type FsVolumeSpi.ScanInfoModifier and TypeMethodDescriptionvoidFsVolumeImpl.compileReport(String bpid, Collection<FsVolumeSpi.ScanInfo> report, DirectoryScanner.ReportCompiler reportCompiler)