public class TranscodeService extends SpyObject
Constructor and Description |
---|
TranscodeService(boolean daemon) |
Modifier and Type | Method and Description |
---|---|
<T> java.util.concurrent.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.
|
public <T> java.util.concurrent.Future<T> decode(Transcoder<T> tc, CachedData cachedData)
public void shutdown()
public boolean isShutdown()
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.