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