Package | Description |
---|---|
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.grpc | |
alluxio.worker.netty |
Modifier and Type | Method and Description |
---|---|
DataServer |
DataServerFactory.createDomainSocketDataServer(DataWorker worker) |
DataServer |
DataServerFactory.createRemoteGrpcDataServer(DataWorker dataWorker) |
Modifier and Type | Class and Description |
---|---|
class |
GrpcDataServer
Runs a gRPC data server that responds to block requests.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyDataServer
Runs a netty data server that responds to block requests.
|
Copyright © 2023. All Rights Reserved.