Uses of Class
net.spy.memcached.compat.SpyThread
-
Packages that use SpyThread Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.auth Auth Utilities.net.spy.memcached.compat spy.jar compatibility classes -
-
Uses of SpyThread in net.spy.memcached
Subclasses of SpyThread in net.spy.memcached Modifier and Type Class Description class
MemcachedConnection
Main class for handling connections to a memcached cluster. -
Uses of SpyThread in net.spy.memcached.auth
Subclasses of SpyThread in net.spy.memcached.auth Modifier and Type Class Description class
AuthThread
A thread that does SASL authentication. -
Uses of SpyThread in net.spy.memcached.compat
Subclasses of SpyThread in net.spy.memcached.compat Modifier and Type Class Description class
SyncThread<T>
Thread that invokes a callable multiple times concurrently.
-