Package | Description |
---|---|
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.block |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorker
This is the base class for all workers, and contains common functionality.
|
class |
JobWorker
A job worker that manages all the worker-related activities.
|
Modifier and Type | Method and Description |
---|---|
<T extends Worker> |
AlluxioWorkerProcess.getWorker(Class<T> clazz) |
<T extends Worker> |
WorkerProcess.getWorker(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Worker |
WorkerFactory.create(WorkerRegistry registry,
UfsManager ufsManager)
Factory method to create a new worker instance.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Copyright © 2023. All Rights Reserved.