Uses of Interface
org.apache.cassandra.utils.concurrent.RunnableFuture
Packages that use RunnableFuture
-
Uses of RunnableFuture in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement RunnableFutureModifier and TypeClassDescriptionclassFutureTask<V>A FutureTask that utilises Cassandra'sAsyncFuture, making it compatible withExecutorPlus.classA FutureTask that utilises Cassandra'sAsyncFuture, making it compatible withExecutorPlus.classMethods in org.apache.cassandra.concurrent that return RunnableFutureModifier and TypeMethodDescriptionprotected <T> RunnableFuture<T>protected <T> RunnableFuture<T>protected <T> RunnableFuture<T>TaskFactory.Standard.newTask(WithResources withResources, Runnable task) protected <T> RunnableFuture<T>TaskFactory.Standard.newTask(WithResources withResources, Callable<T> call) protected <T> RunnableFuture<T>ScheduledThreadPoolExecutorPlus.newTaskFor(Runnable runnable, T value) protected <T> RunnableFuture<T>ScheduledThreadPoolExecutorPlus.newTaskFor(Callable<T> callable) <T> RunnableFuture<T><T> RunnableFuture<T><T> RunnableFuture<T><T> RunnableFuture<T>TaskFactory.LocalAware.toSubmit(WithResources withResources, Runnable runnable) <T> RunnableFuture<T>TaskFactory.LocalAware.toSubmit(WithResources withResources, Runnable runnable, T result) <T> RunnableFuture<T>TaskFactory.LocalAware.toSubmit(WithResources withResources, Callable<T> callable) <T> RunnableFuture<T><T> RunnableFuture<T><T> RunnableFuture<T><T> RunnableFuture<T>TaskFactory.Standard.toSubmit(WithResources withResources, Runnable runnable) <T> RunnableFuture<T>TaskFactory.Standard.toSubmit(WithResources withResources, Runnable runnable, T result) <T> RunnableFuture<T>TaskFactory.Standard.toSubmit(WithResources withResources, Callable<T> callable) <T> RunnableFuture<T><T> RunnableFuture<T><T> RunnableFuture<T><T> RunnableFuture<T>TaskFactory.toSubmit(WithResources withResources, Runnable runnable) <T> RunnableFuture<T>TaskFactory.toSubmit(WithResources withResources, Runnable runnable, T result) <T> RunnableFuture<T>TaskFactory.toSubmit(WithResources withResources, Callable<T> callable)