net.spy.memcached.transcoders
Class TranscodeService
java.lang.Object
net.spy.memcached.compat.SpyObject
net.spy.memcached.transcoders.TranscodeService
public class TranscodeService
- extends SpyObject
Asynchronous transcoder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranscodeService
public TranscodeService()
decode
public <T> Future<T> decode(Transcoder<T> tc,
CachedData cachedData)
- Perform a decode.
shutdown
public void shutdown()
- Shut down the pool.
isShutdown
public boolean isShutdown()
- Ask whether this service has been shut down.