Uses of Class
net.spy.memcached.compat.SyncThread
Packages that use SyncThread
-
Uses of SyncThread in net.spy.memcached.compat
Methods in net.spy.memcached.compat that return types with arguments of type SyncThreadModifier and TypeMethodDescriptionstatic <T> Collection
<SyncThread<T>> SyncThread.getCompletedThreads
(int num, Callable<T> callable) Get a collection of SyncThreads that all began as close to the same time as possible and have all completed.