Uses of Class
net.spy.memcached.compat.SpyThread
Packages that use SpyThread
Package
Description
Memcached client and transformation utils
Auth Utilities.
spy.jar compatibility classes
-
Uses of SpyThread in net.spy.memcached
Subclasses of SpyThread in net.spy.memcachedModifier and TypeClassDescriptionclassA periodic poller to fetch configuration information from the server.classConnection to a cluster of memcached servers. -
Uses of SpyThread in net.spy.memcached.auth
Subclasses of SpyThread in net.spy.memcached.authModifier and TypeClassDescriptionclassA thread that does text authentication.classA thread that does SASL authentication. -
Uses of SpyThread in net.spy.memcached.compat
Subclasses of SpyThread in net.spy.memcached.compatModifier and TypeClassDescriptionclassSyncThread<T>Thread that invokes a callable multiple times concurrently.