Uses of Interface
org.apache.cassandra.concurrent.ScheduledExecutorPlus
-
Packages that use ScheduledExecutorPlus Package Description org.apache.cassandra.concurrent -
-
Uses of ScheduledExecutorPlus in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement ScheduledExecutorPlus Modifier and Type Class Description classScheduledThreadPoolExecutorPlusLike ExecutorPlus, ScheduledThreadPoolExecutorPlus always logs exceptions from the tasks it is given, even if Future.get is never called elsewhere.Fields in org.apache.cassandra.concurrent declared as ScheduledExecutorPlus Modifier and Type Field Description static ScheduledExecutorPlusScheduledExecutors. nonPeriodicTasksThis executor is used for tasks that can have longer execution times, and usually are non periodic.static ScheduledExecutorPlusScheduledExecutors. optionalTasksThis executor is used for tasks that do not need to be waited for on shutdown/drain.static ScheduledExecutorPlusScheduledExecutors. scheduledFastTasksThis pool is used for periodic fast (sub-microsecond) tasks.static ScheduledExecutorPlusScheduledExecutors. scheduledTasksThis pool is used for periodic short (sub-second) tasks.Methods in org.apache.cassandra.concurrent that return ScheduledExecutorPlus Modifier and Type Method Description ScheduledExecutorPlusExecutorFactory.Default. scheduled(boolean executeOnShutdown, java.lang.String name, int priority, ExecutorFactory.SimulatorSemantics simulatorSemantics)default ScheduledExecutorPlusExecutorFactory. scheduled(boolean executeOnShutdown, java.lang.String name)default ScheduledExecutorPlusExecutorFactory. scheduled(boolean executeOnShutdown, java.lang.String name, int priority)ScheduledExecutorPlusExecutorFactory. scheduled(boolean executeOnShutdown, java.lang.String name, int priority, ExecutorFactory.SimulatorSemantics simulatorSemantics)default ScheduledExecutorPlusExecutorFactory. scheduled(java.lang.String name)default ScheduledExecutorPlusExecutorFactory. scheduled(java.lang.String name, ExecutorFactory.SimulatorSemantics simulatorSemantics)
-