Package | Description |
---|---|
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
static BlockMetadataManager |
BlockMetadataManager.createBlockMetadataManager()
Creates a new instance of
BlockMetadataManager . |
Modifier and Type | Method and Description |
---|---|
static BlockStoreMeta |
BlockStoreMeta.Factory.create(BlockMetadataManager manager)
Factory method to return a BlockStoreMeta instance without blockIds.
|
static BlockStoreMeta |
BlockStoreMeta.Factory.createFull(BlockMetadataManager manager)
Factory method to return a BlockStoreMeta instance with blockIds.
|
Constructor and Description |
---|
BlockMetadataAllocatorView(BlockMetadataManager manager)
Creates a new instance of
BlockMetadataAllocatorView . |
BlockMetadataEvictorView(BlockMetadataManager manager,
Set<Long> pinnedInodes,
Set<Long> lockedBlocks)
Creates a new instance of
BlockMetadataEvictorView . |
BlockMetadataView(BlockMetadataManager manager)
Creates a new instance of
BlockMetadataView . |
DefaultBlockStoreMeta(BlockMetadataManager manager,
boolean shouldIncludeBlockIds)
Creates a new instance of
DefaultBlockStoreMeta . |
Copyright © 2023. All Rights Reserved.