Package org.apache.cassandra.concurrent
Class TaskFactory.Standard
java.lang.Object
org.apache.cassandra.concurrent.TaskFactory.Standard
- All Implemented Interfaces:
TaskFactory
- Direct Known Subclasses:
TaskFactory.LocalAware
- Enclosing interface:
- TaskFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.concurrent.TaskFactory
TaskFactory.LocalAware, TaskFactory.Standard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> RunnableFuture<T>protected <T> RunnableFuture<T>protected <T> RunnableFuture<T>newTask(WithResources withResources, Runnable task) protected <T> RunnableFuture<T>newTask(WithResources withResources, Callable<T> call) toExecute(WithResources withResources, Runnable runnable) <T> RunnableFuture<T><T> RunnableFuture<T><T> RunnableFuture<T><T> RunnableFuture<T>toSubmit(WithResources withResources, Runnable runnable) <T> RunnableFuture<T>toSubmit(WithResources withResources, Runnable runnable, T result) <T> RunnableFuture<T>toSubmit(WithResources withResources, Callable<T> callable)
-
Constructor Details
-
Standard
protected Standard()
-
-
Method Details
-
toExecute
- Specified by:
toExecutein interfaceTaskFactory
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory
-
toExecute
- Specified by:
toExecutein interfaceTaskFactory
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory
-
newTask
-
newTask
-
newTask
-
newTask
-