|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunnableFuture | |
|---|---|
| org.compass.core.util.backport.java.util.concurrent | Utility classes commonly useful in concurrent programming. |
| Uses of RunnableFuture in org.compass.core.util.backport.java.util.concurrent |
|---|
| Subinterfaces of RunnableFuture in org.compass.core.util.backport.java.util.concurrent | |
|---|---|
interface |
RunnableScheduledFuture
A ScheduledFuture that is Runnable. |
| Classes in org.compass.core.util.backport.java.util.concurrent that implement RunnableFuture | |
|---|---|
class |
FutureTask
A cancellable asynchronous computation. |
| Methods in org.compass.core.util.backport.java.util.concurrent that return RunnableFuture | |
|---|---|
protected RunnableFuture |
AbstractExecutorService.newTaskFor(Callable callable)
Returns a RunnableFuture for the given callable task. |
protected RunnableFuture |
AbstractExecutorService.newTaskFor(Runnable runnable,
Object value)
Returns a RunnableFuture for the given runnable and default value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||