Package org.shoal.ha.cache.impl.util
Class ASyncReplicationManager
- java.lang.Object
-
- org.shoal.ha.cache.impl.util.ASyncReplicationManager
-
public class ASyncReplicationManager extends Object
- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ASyncReplicationManager_getInstance()ThreadPoolExecutorgetExecutorService()ScheduledThreadPoolExecutorgetScheduledThreadPoolExecutor()
-
-
-
Method Detail
-
_getInstance
public static ASyncReplicationManager _getInstance()
-
getExecutorService
public ThreadPoolExecutor getExecutorService()
-
getScheduledThreadPoolExecutor
public ScheduledThreadPoolExecutor getScheduledThreadPoolExecutor()
-
-