Uses of Class
net.spy.memcached.compat.SyncThread
-
Packages that use SyncThread Package Description net.spy.memcached.compat spy.jar compatibility classes -
-
Uses of SyncThread in net.spy.memcached.compat
Methods in net.spy.memcached.compat that return types with arguments of type SyncThread Modifier and Type Method Description static <T> java.util.Collection<SyncThread<T>>
SyncThread. getCompletedThreads(int num, java.util.concurrent.Callable<T> callable)
Get a collection of SyncThreads that all began as close to the same time as possible and have all completed.
-