Package | Description |
---|---|
alluxio.master | |
alluxio.master.file | |
alluxio.util.executor | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
Constructor and Description |
---|
AbstractMaster(MasterContext masterContext,
java.time.Clock clock,
ExecutorServiceFactory executorServiceFactory) |
CoreMaster(CoreMasterContext context,
java.time.Clock clock,
ExecutorServiceFactory executorServiceFactory) |
Constructor and Description |
---|
DefaultFileSystemMaster(BlockMaster blockMaster,
CoreMasterContext masterContext,
ExecutorServiceFactory executorServiceFactory)
Creates a new instance of
DefaultFileSystemMaster . |
Modifier and Type | Method and Description |
---|---|
static ExecutorServiceFactory |
ExecutorServiceFactories.cachedThreadPool(String name)
Returns a
ExecutorServiceFactory which creates threadpool executors with the given base
name. |
static ExecutorServiceFactory |
ExecutorServiceFactories.constantExecutorServiceFactory(ExecutorService executorService) |
static ExecutorServiceFactory |
ExecutorServiceFactories.fixedThreadPool(String name,
int nThreads)
Returns a
ExecutorServiceFactory which creates threadpool executors with the given base
name and number of threads. |
Constructor and Description |
---|
AbstractWorker(ExecutorServiceFactory executorServiceFactory) |
Copyright © 2023. All Rights Reserved.