Package | Description |
---|---|
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.block | |
alluxio.worker.dora |
Modifier and Type | Interface and Description |
---|---|
interface |
DataWorker
A Worker for caching data.
|
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) |
Constructor and Description |
---|
AlluxioWorkerProcess(WorkerRegistry workerRegistry,
UfsManager ufsManager,
Worker worker,
DataServerFactory dataServerFactory,
NettyDataServer nettyDataServer,
HttpServer httpServer,
boolean delayWebServer)
Creates a new instance of
AlluxioWorkerProcess . |
Modifier and Type | Interface and Description |
---|---|
interface |
BlockWorker
A block worker in the Alluxio system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoraWorker
A block worker in the Alluxio system.
|
Modifier and Type | Class and Description |
---|---|
class |
PagedDoraWorker
Page store based dora worker.
|
Copyright © 2023. All Rights Reserved.