| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.datanode.fsdataset.impl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MemoryMappableBlockLoader |
Maps block to memory.
|
class |
NativePmemMappableBlockLoader |
Map block to persistent memory with native PMDK libs.
|
class |
PmemMappableBlockLoader |
Maps block to persistent memory by using mapped byte buffer.
|
| Modifier and Type | Method | Description |
|---|---|---|
static MappableBlockLoader |
MappableBlockLoaderFactory.createCacheLoader(DNConf conf) |
Create a specific cache loader according to the configuration.
|
| 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.