public class LeaderFollowersThreadPool extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_THREADPOOL_SIZE
Default thread pool size.
|
| Constructor and Description |
|---|
LeaderFollowersThreadPool()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable task)
Execute given task.
|
void |
promoteLeader(Runnable task)
Promote a new leader.
|
void |
shutdown()
Shutdown.
|
public static final int DEFAULT_THREADPOOL_SIZE
Copyright © 2004-2020 EPICS. All Rights Reserved.