Package | Description |
---|---|
alluxio.executor | |
alluxio.master | |
alluxio.master.service.rpc |
Modifier and Type | Method and Description |
---|---|
static AlluxioExecutorService |
ExecutorServiceBuilder.buildExecutorService(ExecutorServiceBuilder.RpcExecutorHost executorHost)
Creates an
ExecutorService for given Alluxio process dynamically by configuration. |
Modifier and Type | Method and Description |
---|---|
Optional<AlluxioExecutorService> |
AlluxioMasterProcess.createRpcExecutorService() |
Optional<AlluxioExecutorService> |
MasterProcess.createRpcExecutorService()
This method is decoupled from
MasterProcess.createBaseRpcServer() because the
AlluxioExecutorService needs to be managed (i.e. |
Modifier and Type | Field and Description |
---|---|
protected AlluxioExecutorService |
RpcServerService.mRpcExecutor |
Copyright © 2023. All Rights Reserved.