Package | Description |
---|---|
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.block |
Constructor and Description |
---|
SessionCleaner(Sessions sessions,
SessionCleanable... sessionCleanable)
Creates a new instance of
SessionCleaner . |
Modifier and Type | Interface and Description |
---|---|
interface |
BlockStore
A blob store interface to represent the local storage managing and serving all the blocks in the
local storage.
|
interface |
BlockWorker
A block worker in the Alluxio system.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBlockWorker
The class is responsible for managing all top level components of the Block Worker.
|
class |
TieredBlockStore
This class represents an object store that manages all the blocks in the local tiered storage.
|
class |
UnderFileSystemBlockStore
This class manages the virtual blocks in the UFS for delegated UFS reads/writes.
|
Copyright © 2023. All Rights Reserved.