Class CacheSyncThreadPool
- java.lang.Object
-
- com.vmware.vipclient.i18n.base.cache.persist.CacheSyncThreadPool
-
- All Implemented Interfaces:
java.lang.Runnable
public class CacheSyncThreadPool extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description CacheSyncThreadPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheSnapshotgetCacheSnapshot()booleanisComplete()voidrun()
-
-
-
Method Detail
-
getCacheSnapshot
public CacheSnapshot getCacheSnapshot()
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
isComplete
public boolean isComplete()
-
-