|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.utils.CachedCallable<T>
public class CachedCallable<T>
Constructor Summary | |
---|---|
CachedCallable(java.util.concurrent.Callable<T> inner,
long ttlMs)
|
|
CachedCallable(java.util.concurrent.Callable<T> inner,
long ttlMs,
Time time)
|
Method Summary | |
---|---|
T |
call()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedCallable(java.util.concurrent.Callable<T> inner, long ttlMs)
public CachedCallable(java.util.concurrent.Callable<T> inner, long ttlMs, Time time)
Method Detail |
---|
public T call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<T>
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |