public class ExecutorServiceBuilder extends Object
ExecutorService
instances dynamically by configuration.Modifier and Type | Class and Description |
---|---|
static class |
ExecutorServiceBuilder.RpcExecutorHost
Type of Alluxio process for generating RPC ExecutorServices.
|
static class |
ExecutorServiceBuilder.RpcExecutorType
RPC ExecutorService types.
|
static class |
ExecutorServiceBuilder.ThreadPoolExecutorQueueType
Internal task queue type for ThreadPoolExecutor.
|
Constructor and Description |
---|
ExecutorServiceBuilder() |
Modifier and Type | Method and Description |
---|---|
static AlluxioExecutorService |
buildExecutorService(ExecutorServiceBuilder.RpcExecutorHost executorHost)
Creates an
ExecutorService for given Alluxio process dynamically by configuration. |
public static AlluxioExecutorService buildExecutorService(ExecutorServiceBuilder.RpcExecutorHost executorHost)
ExecutorService
for given Alluxio process dynamically by configuration.executorHost
- Where the executor is neededExecutorService
Copyright © 2023. All Rights Reserved.