Uses of Interface
org.apache.cassandra.utils.WithResources
-
Packages that use WithResources Package Description org.apache.cassandra.concurrent org.apache.cassandra.utils -
-
Uses of WithResources in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement WithResources Modifier and Type Class Description classExecutorLocalsMethods in org.apache.cassandra.concurrent that return WithResources Modifier and Type Method Description static WithResourcesExecutorLocals. propagate()TheExecutorLocals.current()Locals, if any; otherwisenone().Methods in org.apache.cassandra.concurrent with parameters of type WithResources Modifier and Type Method Description voidExecutorPlus. execute(WithResources withResources, java.lang.Runnable task)Invoketask.voidImmediateExecutor. execute(WithResources withResources, java.lang.Runnable task)voidScheduledThreadPoolExecutorPlus. execute(WithResources withResources, java.lang.Runnable run)voidSEPExecutor. execute(WithResources withResources, java.lang.Runnable run)voidThreadPoolExecutorPlus. execute(WithResources withResources, java.lang.Runnable run)voidWrappedExecutorPlus. execute(WithResources withResources, java.lang.Runnable task)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)Future<?>ExecutorPlus. submit(WithResources withResources, java.lang.Runnable task)Invoketask, returning a future yieldingnullif successful, or the abnormal termination oftaskotherwise.<T> Future<T>ExecutorPlus. submit(WithResources withResources, java.lang.Runnable task, T result)Invoketask, returning a future yieldingresultif successful, or the abnormal termination oftaskotherwise.<T> Future<T>ExecutorPlus. submit(WithResources withResources, java.util.concurrent.Callable<T> task)Invoketask, returning a future representing this computation.Future<?>ImmediateExecutor. submit(WithResources withResources, java.lang.Runnable task)<T> Future<T>ImmediateExecutor. submit(WithResources withResources, java.lang.Runnable task, T result)<T> Future<T>ImmediateExecutor. submit(WithResources withResources, java.util.concurrent.Callable<T> task)Future<?>ScheduledThreadPoolExecutorPlus. submit(WithResources withResources, java.lang.Runnable run)<T> Future<T>ScheduledThreadPoolExecutorPlus. submit(WithResources withResources, java.lang.Runnable run, T result)<T> Future<T>ScheduledThreadPoolExecutorPlus. submit(WithResources withResources, java.util.concurrent.Callable<T> call)Future<?>SEPExecutor. submit(WithResources withResources, java.lang.Runnable run)<T> Future<T>SEPExecutor. submit(WithResources withResources, java.lang.Runnable run, T result)<T> Future<T>SEPExecutor. submit(WithResources withResources, java.util.concurrent.Callable<T> call)Future<?>ThreadPoolExecutorPlus. submit(WithResources withResources, java.lang.Runnable run)<T> Future<T>ThreadPoolExecutorPlus. submit(WithResources withResources, java.lang.Runnable run, T result)<T> Future<T>ThreadPoolExecutorPlus. submit(WithResources withResources, java.util.concurrent.Callable<T> call)Future<?>WrappedExecutorPlus. submit(WithResources withResources, java.lang.Runnable task)<T> Future<T>WrappedExecutorPlus. submit(WithResources withResources, java.lang.Runnable task, T result)<T> Future<T>WrappedExecutorPlus. submit(WithResources withResources, java.util.concurrent.Callable<T> task)java.lang.RunnableTaskFactory.LocalAware. toExecute(WithResources withResources, java.lang.Runnable runnable)java.lang.RunnableTaskFactory.Standard. toExecute(WithResources withResources, java.lang.Runnable runnable)java.lang.RunnableTaskFactory. toExecute(WithResources withResources, java.lang.Runnable runnable)<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(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(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)Constructors in org.apache.cassandra.concurrent with parameters of type WithResources Constructor Description FutureTaskWithResources(WithResources withResources, java.lang.Runnable task)FutureTaskWithResources(WithResources withResources, java.util.concurrent.Callable<V> call)SyncFutureTask(WithResources withResources, java.util.concurrent.Callable<T> call) -
Uses of WithResources in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement WithResources Modifier and Type Class Description static classWithResources.NoneMethods in org.apache.cassandra.utils that return WithResources Modifier and Type Method Description default WithResourcesWithResources. and(WithResources withResources)static WithResourcesWithResources. and(WithResources first, WithResources second)static WithResourcesWithResources. none()Methods in org.apache.cassandra.utils with parameters of type WithResources Modifier and Type Method Description default WithResourcesWithResources. and(WithResources withResources)static WithResourcesWithResources. and(WithResources first, WithResources second)
-