Package | Description |
---|---|
alluxio.web | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.block | |
alluxio.worker.dora |
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 | Method and Description |
---|---|
DataServer |
DataServerFactory.createDomainSocketDataServer(DataWorker worker) |
DataServer |
DataServerFactory.createRemoteGrpcDataServer(DataWorker dataWorker) |
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.