Package org.apache.cassandra.concurrent
Class TaskFactory.LocalAware
java.lang.Object
org.apache.cassandra.concurrent.TaskFactory.Standard
org.apache.cassandra.concurrent.TaskFactory.LocalAware
- All Implemented Interfaces:
TaskFactory
- 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 TypeMethodDescriptiontoExecute(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) Methods inherited from class org.apache.cassandra.concurrent.TaskFactory.Standard
newTask, newTask, newTask, newTask
-
Constructor Details
-
LocalAware
protected LocalAware()
-
-
Method Details
-
toExecute
- Specified by:
toExecutein interfaceTaskFactory- Overrides:
toExecutein classTaskFactory.Standard
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory- Overrides:
toSubmitin classTaskFactory.Standard
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory- Overrides:
toSubmitin classTaskFactory.Standard
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory- Overrides:
toSubmitin classTaskFactory.Standard
-
toExecute
- Specified by:
toExecutein interfaceTaskFactory- Overrides:
toExecutein classTaskFactory.Standard
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory- Overrides:
toSubmitin classTaskFactory.Standard
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory- Overrides:
toSubmitin classTaskFactory.Standard
-
toSubmit
- Specified by:
toSubmitin interfaceTaskFactory- Overrides:
toSubmitin classTaskFactory.Standard
-