Package | Description |
---|---|
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.page |
Modifier and Type | Field and Description |
---|---|
PagedBlockStore |
BlockStoreBase.mPagedBlockStore
PagedBlockStore that uses page cache as local storage. |
Constructor and Description |
---|
BlockStoreBase(MonoBlockStore monoBlockStore,
PagedBlockStore pagedBlockStore,
UfsManager ufs) |
Modifier and Type | Method and Description |
---|---|
static PagedBlockStore |
PagedBlockStore.create(UfsManager ufsManager,
BlockMasterClientPool pool,
AtomicReference<Long> workerId)
Create an instance of PagedBlockStore.
|
Copyright © 2023. All Rights Reserved.