Uses of Interface
org.apache.cassandra.utils.WithResources
Packages that use WithResources
-
Uses of WithResources in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement WithResourcesMethods in org.apache.cassandra.concurrent that return WithResourcesModifier and TypeMethodDescriptionstatic WithResourcesExecutorLocals.propagate()TheExecutorLocals.current()Locals, if any; otherwisenone().Methods in org.apache.cassandra.concurrent with parameters of type WithResourcesModifier and TypeMethodDescriptionvoidExecutorPlus.execute(WithResources withResources, Runnable task) Invoketask.voidImmediateExecutor.execute(WithResources withResources, Runnable task) voidScheduledThreadPoolExecutorPlus.execute(WithResources withResources, Runnable run) voidSEPExecutor.execute(WithResources withResources, Runnable run) voidThreadPoolExecutorPlus.execute(WithResources withResources, Runnable run) voidWrappedExecutorPlus.execute(WithResources withResources, Runnable task) protected <T> RunnableFuture<T>TaskFactory.Standard.newTask(WithResources withResources, Runnable task) protected <T> RunnableFuture<T>TaskFactory.Standard.newTask(WithResources withResources, Callable<T> call) Future<?>ExecutorPlus.submit(WithResources withResources, Runnable task) Invoketask, returning a future yieldingnullif successful, or the abnormal termination oftaskotherwise.<T> Future<T>ExecutorPlus.submit(WithResources withResources, Runnable task, T result) Invoketask, returning a future yieldingresultif successful, or the abnormal termination oftaskotherwise.<T> Future<T>ExecutorPlus.submit(WithResources withResources, Callable<T> task) Invoketask, returning a future representing this computation.Future<?>ImmediateExecutor.submit(WithResources withResources, Runnable task) <T> Future<T>ImmediateExecutor.submit(WithResources withResources, Runnable task, T result) <T> Future<T>ImmediateExecutor.submit(WithResources withResources, Callable<T> task) Future<?>ScheduledThreadPoolExecutorPlus.submit(WithResources withResources, Runnable run) <T> Future<T>ScheduledThreadPoolExecutorPlus.submit(WithResources withResources, Runnable run, T result) <T> Future<T>ScheduledThreadPoolExecutorPlus.submit(WithResources withResources, Callable<T> call) Future<?>SEPExecutor.submit(WithResources withResources, Runnable run) <T> Future<T>SEPExecutor.submit(WithResources withResources, Runnable run, T result) <T> Future<T>SEPExecutor.submit(WithResources withResources, Callable<T> call) Future<?>ThreadPoolExecutorPlus.submit(WithResources withResources, Runnable run) <T> Future<T>ThreadPoolExecutorPlus.submit(WithResources withResources, Runnable run, T result) <T> Future<T>ThreadPoolExecutorPlus.submit(WithResources withResources, Callable<T> call) Future<?>WrappedExecutorPlus.submit(WithResources withResources, Runnable task) <T> Future<T>WrappedExecutorPlus.submit(WithResources withResources, Runnable task, T result) <T> Future<T>WrappedExecutorPlus.submit(WithResources withResources, Callable<T> task) TaskFactory.LocalAware.toExecute(WithResources withResources, Runnable runnable) TaskFactory.Standard.toExecute(WithResources withResources, Runnable runnable) TaskFactory.toExecute(WithResources withResources, Runnable runnable) <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>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>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) Constructors in org.apache.cassandra.concurrent with parameters of type WithResourcesModifierConstructorDescriptionFutureTaskWithResources(WithResources withResources, Runnable task) FutureTaskWithResources(WithResources withResources, Callable<V> call) SyncFutureTask(WithResources withResources, Callable<T> call) -
Uses of WithResources in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement WithResourcesMethods in org.apache.cassandra.utils that return WithResourcesModifier and TypeMethodDescriptiondefault WithResourcesWithResources.and(WithResources withResources) static WithResourcesWithResources.and(WithResources first, WithResources second) static WithResourcesWithResources.none()Methods in org.apache.cassandra.utils with parameters of type WithResourcesModifier and TypeMethodDescriptiondefault WithResourcesWithResources.and(WithResources withResources) static WithResourcesWithResources.and(WithResources first, WithResources second)