| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.datanode.fsdataset.impl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MemoryMappedBlock |
Represents an HDFS block that is mapped to memory by the DataNode.
|
class |
NativePmemMappedBlock |
Represents an HDFS block that is mapped to persistent memory by the DataNode.
|
class |
PmemMappedBlock |
Represents an HDFS block that is mapped to persistent memory by DataNode
with mapped byte buffer.
|
| Modifier and Type | Method | Description |
|---|---|---|
MappableBlock |
MemoryMappableBlockLoader.getRecoveredMappableBlock(java.io.File cacheFile,
java.lang.String bpid,
byte volumeIndex) |
|
MappableBlock |
NativePmemMappableBlockLoader.getRecoveredMappableBlock(java.io.File cacheFile,
java.lang.String bpid,
byte volumeIndex) |
|
MappableBlock |
PmemMappableBlockLoader.getRecoveredMappableBlock(java.io.File cacheFile,
java.lang.String bpid,
byte volumeIndex) |
|
MappableBlock |
NativePmemMappableBlockLoader.load(long length,
java.io.FileInputStream blockIn,
java.io.FileInputStream metaIn,
java.lang.String blockFileName,
org.apache.hadoop.hdfs.ExtendedBlockId key) |
Load the block.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<org.apache.hadoop.hdfs.ExtendedBlockId,MappableBlock> |
PmemVolumeManager.recoverCache(java.lang.String bpid,
MappableBlockLoader cacheLoader) |
Recover cache from the cached files in the configured pmem volumes.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.