Package | Description |
---|---|
alluxio.master | |
alluxio.util.executor |
Constructor and Description |
---|
AbstractMaster(MasterContext masterContext,
java.time.Clock clock,
ExecutorServiceFactory executorServiceFactory) |
Modifier and Type | Method and Description |
---|---|
static ExecutorServiceFactory |
ExecutorServiceFactories.constantExecutorServiceFactory(ExecutorService executorService) |
static ExecutorServiceFactory |
ExecutorServiceFactories.fixedThreadPoolExecutorServiceFactory(String name,
int nThreads)
Returns a
ExecutorServiceFactory which creates threadpool executors with the given base
name and number of threads. |
Copyright © 2023. All Rights Reserved.