Uses of Interface
org.apache.cassandra.utils.concurrent.RunnableFuture
-
Packages that use RunnableFuture Package Description org.apache.cassandra.concurrent -
-
Uses of RunnableFuture in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement RunnableFuture Modifier and Type Class Description class
FutureTask<V>
A FutureTask that utilises Cassandra'sAsyncFuture
, making it compatible withExecutorPlus
.class
FutureTaskWithResources<V>
A FutureTask that utilises Cassandra'sAsyncFuture
, making it compatible withExecutorPlus
.class
SyncFutureTask<T>
Methods in org.apache.cassandra.concurrent that return RunnableFuture Modifier and Type Method Description protected <T> RunnableFuture<T>
TaskFactory.Standard. newTask(java.lang.Runnable task)
protected <T> RunnableFuture<T>
TaskFactory.Standard. newTask(java.util.concurrent.Callable<T> call)
protected <T> RunnableFuture<T>
TaskFactory.Standard. newTask(WithResources withResources, java.lang.Runnable task)
protected <T> RunnableFuture<T>
TaskFactory.Standard. newTask(WithResources withResources, java.util.concurrent.Callable<T> call)
protected <T> RunnableFuture<T>
ScheduledThreadPoolExecutorPlus. newTaskFor(java.lang.Runnable runnable, T value)
protected <T> RunnableFuture<T>
ScheduledThreadPoolExecutorPlus. newTaskFor(java.util.concurrent.Callable<T> callable)
<T> RunnableFuture<T>
TaskFactory.LocalAware. toSubmit(java.lang.Runnable runnable)
<T> RunnableFuture<T>
TaskFactory.LocalAware. toSubmit(java.lang.Runnable runnable, T result)
<T> RunnableFuture<T>
TaskFactory.LocalAware. toSubmit(java.util.concurrent.Callable<T> callable)
<T> RunnableFuture<T>
TaskFactory.LocalAware. toSubmit(WithResources withResources, java.lang.Runnable runnable)
<T> RunnableFuture<T>
TaskFactory.LocalAware. toSubmit(WithResources withResources, java.lang.Runnable runnable, T result)
<T> RunnableFuture<T>
TaskFactory.LocalAware. toSubmit(WithResources withResources, java.util.concurrent.Callable<T> callable)
<T> RunnableFuture<T>
TaskFactory.Standard. toSubmit(java.lang.Runnable runnable)
<T> RunnableFuture<T>
TaskFactory.Standard. toSubmit(java.lang.Runnable runnable, T result)
<T> RunnableFuture<T>
TaskFactory.Standard. toSubmit(java.util.concurrent.Callable<T> callable)
<T> RunnableFuture<T>
TaskFactory.Standard. toSubmit(WithResources withResources, java.lang.Runnable runnable)
<T> RunnableFuture<T>
TaskFactory.Standard. toSubmit(WithResources withResources, java.lang.Runnable runnable, T result)
<T> RunnableFuture<T>
TaskFactory.Standard. toSubmit(WithResources withResources, java.util.concurrent.Callable<T> callable)
<T> RunnableFuture<T>
TaskFactory. toSubmit(java.lang.Runnable runnable)
<T> RunnableFuture<T>
TaskFactory. toSubmit(java.lang.Runnable runnable, T result)
<T> RunnableFuture<T>
TaskFactory. toSubmit(java.util.concurrent.Callable<T> callable)
<T> RunnableFuture<T>
TaskFactory. toSubmit(WithResources withResources, java.lang.Runnable runnable)
<T> RunnableFuture<T>
TaskFactory. toSubmit(WithResources withResources, java.lang.Runnable runnable, T result)
<T> RunnableFuture<T>
TaskFactory. toSubmit(WithResources withResources, java.util.concurrent.Callable<T> callable)
-