Package net.spy.memcached.transcoders
Class TranscodeService
java.lang.Object
net.spy.memcached.compat.SpyObject
net.spy.memcached.transcoders.TranscodeService
Asynchronous transcoder.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Future
<T> decode
(Transcoder<T> tc, CachedData cachedData) Perform a decode.boolean
Ask whether this service has been shut down.void
shutdown()
Shut down the pool.
-
Field Details
-
pool
-
-
Constructor Details
-
TranscodeService
public TranscodeService(boolean daemon)
-
-
Method Details
-
decode
Perform a decode. -
shutdown
public void shutdown()Shut down the pool. -
isShutdown
public boolean isShutdown()Ask whether this service has been shut down.
-