Uses of Interface
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MappableBlock
Packages that use MappableBlock
-
Uses of MappableBlock in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl
Classes in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl that implement MappableBlockModifier and TypeClassDescriptionclassRepresents an HDFS block that is mapped to memory by the DataNode.classRepresents an HDFS block that is mapped to persistent memory by the DataNode.classRepresents an HDFS block that is mapped to persistent memory by DataNode with mapped byte buffer.Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl that return MappableBlockModifier and TypeMethodDescriptionMemoryMappableBlockLoader.getRecoveredMappableBlock(File cacheFile, String bpid, byte volumeIndex) NativePmemMappableBlockLoader.getRecoveredMappableBlock(File cacheFile, String bpid, byte volumeIndex) PmemMappableBlockLoader.getRecoveredMappableBlock(File cacheFile, String bpid, byte volumeIndex) NativePmemMappableBlockLoader.load(long length, FileInputStream blockIn, FileInputStream metaIn, String blockFileName, org.apache.hadoop.hdfs.ExtendedBlockId key) Load the block.Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl that return types with arguments of type MappableBlockModifier and TypeMethodDescriptionMap<org.apache.hadoop.hdfs.ExtendedBlockId,MappableBlock> PmemVolumeManager.recoverCache(String bpid, MappableBlockLoader cacheLoader) Recover cache from the cached files in the configured pmem volumes.