Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.page |
Modifier and Type | Class and Description |
---|---|
class |
MonoBlockStore
A implementation of BlockStore.
|
Modifier and Type | Field and Description |
---|---|
protected BlockStore |
DefaultBlockWorker.mBlockStore
Block Store manager.
|
Modifier and Type | Method and Description |
---|---|
BlockStore |
DefaultBlockWorker.getBlockStore()
get the LocalBlockStore that manages local blocks.
|
BlockStore |
BlockWorker.getBlockStore() |
Constructor and Description |
---|
AllMasterRegistrationBlockWorker(BlockMasterClientPool blockMasterClientPool,
FileSystemMasterClient fileSystemMasterClient,
Sessions sessions,
BlockStore blockStore,
AtomicReference<Long> workerId)
Constructs a block worker when workers register to all masters.
|
DefaultBlockWorker(BlockMasterClientPool blockMasterClientPool,
FileSystemMasterClient fileSystemMasterClient,
Sessions sessions,
BlockStore blockStore,
AtomicReference<Long> workerId)
Constructs a default block worker.
|
Modifier and Type | Class and Description |
---|---|
class |
PagedBlockStore
A paged implementation of LocalBlockStore interface.
|
Copyright © 2023. All Rights Reserved.