net.spy.memcached.transcoders
Class TranscodeService

java.lang.Object
  extended by net.spy.memcached.compat.SpyObject
      extended by net.spy.memcached.transcoders.TranscodeService

public class TranscodeService
extends SpyObject

Asynchronous transcoder.


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

Constructor Detail

TranscodeService

public TranscodeService()
Method Detail

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.