Class LeaderFollowersThreadPool
- java.lang.Object
-
- com.cosylab.epics.caj.impl.reactor.lf.LeaderFollowersThreadPool
-
public class LeaderFollowersThreadPool extends Object
- Version:
- $id$
- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_THREADPOOL_SIZEDefault thread pool size.
-
Constructor Summary
Constructors Constructor Description LeaderFollowersThreadPool()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Runnable task)Execute given task.voidpromoteLeader(Runnable task)Promote a new leader.voidshutdown()Shutdown.
-
-
-
Field Detail
-
DEFAULT_THREADPOOL_SIZE
public static final int DEFAULT_THREADPOOL_SIZE
Default thread pool size.- See Also:
- Constant Field Values
-
-