Package | Description |
---|---|
alluxio.master | |
alluxio.web | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
Modifier and Type | Field and Description |
---|---|
protected List<WorkerProcess> |
AbstractLocalAlluxioCluster.mWorkers |
Modifier and Type | Method and Description |
---|---|
WorkerProcess |
LocalAlluxioCluster.getWorkerProcess() |
WorkerProcess |
MultiMasterLocalAlluxioCluster.getWorkerProcess(int index) |
WorkerProcess |
MultiMasterEmbeddedJournalLocalAlluxioCluster.getWorkerProcess(int index) |
Constructor and Description |
---|
WorkerWebServer(InetSocketAddress webAddress,
WorkerProcess workerProcess,
DataWorker worker)
Creates a new instance of
WorkerWebServer . |
WorkerWebServer(InetSocketAddress webAddress,
WorkerProcess workerProcess,
DataWorker worker,
FileSystem fileSystem)
Creates a new instance of
WorkerWebServer . |
Modifier and Type | Class and Description |
---|---|
class |
AlluxioWorkerProcess
This class encapsulates the different worker services that are configured to run.
|
Modifier and Type | Method and Description |
---|---|
static WorkerProcess |
WorkerProcess.Factory.create() |
Copyright © 2023. All Rights Reserved.