|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.spy.memcached.compat.SpyObject
net.spy.memcached.transcoders.TranscodeService
public class TranscodeService
Asynchronous transcoder.
Constructor Summary | |
---|---|
TranscodeService(boolean daemon)
|
Method Summary | ||
---|---|---|
|
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 |
---|
public TranscodeService(boolean daemon)
Method Detail |
---|
public <T> java.util.concurrent.Future<T> decode(Transcoder<T> tc, CachedData cachedData)
public void shutdown()
public boolean isShutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |