Uses of Interface
org.apache.cassandra.concurrent.ScheduledExecutorPlus
Packages that use ScheduledExecutorPlus
Package
Description
-
Uses of ScheduledExecutorPlus in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement ScheduledExecutorPlusModifier and TypeClassDescriptionclassLike 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 ScheduledExecutorPlusModifier and TypeFieldDescriptionstatic final ScheduledExecutorPlusScheduledExecutors.nonPeriodicTasksThis executor is used for tasks that can have longer execution times, and usually are non periodic.static final ScheduledExecutorPlusScheduledExecutors.optionalTasksThis executor is used for tasks that do not need to be waited for on shutdown/drain.static final ScheduledExecutorPlusScheduledExecutors.scheduledFastTasksThis pool is used for periodic fast (sub-microsecond) tasks.static final ScheduledExecutorPlusScheduledExecutors.scheduledTasksThis pool is used for periodic short (sub-second) tasks.Methods in org.apache.cassandra.concurrent that return ScheduledExecutorPlusModifier and TypeMethodDescriptionExecutorFactory.Default.scheduled(boolean executeOnShutdown, String name, int priority, ExecutorFactory.SimulatorSemantics simulatorSemantics) default ScheduledExecutorPlusdefault ScheduledExecutorPlusExecutorFactory.scheduled(boolean executeOnShutdown, String name, int priority, ExecutorFactory.SimulatorSemantics simulatorSemantics) default ScheduledExecutorPlusdefault ScheduledExecutorPlusExecutorFactory.scheduled(String name, ExecutorFactory.SimulatorSemantics simulatorSemantics) -
Uses of ScheduledExecutorPlus in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair that return ScheduledExecutorPlusModifier and TypeMethodDescriptionSharedContext.ForwardingSharedContext.nonPeriodicTasks()SharedContext.Global.nonPeriodicTasks()SharedContext.nonPeriodicTasks()SharedContext.ForwardingSharedContext.optionalTasks()SharedContext.Global.optionalTasks()SharedContext.optionalTasks()SharedContext.ForwardingSharedContext.scheduledTasks()SharedContext.Global.scheduledTasks()SharedContext.scheduledTasks() -
Uses of ScheduledExecutorPlus in org.apache.cassandra.repair.autorepair
Fields in org.apache.cassandra.repair.autorepair with type parameters of type ScheduledExecutorPlusModifier and TypeFieldDescriptionprotected Map<AutoRepairConfig.RepairType,ScheduledExecutorPlus> AutoRepair.repairExecutorsprotected Map<AutoRepairConfig.RepairType,ScheduledExecutorPlus> AutoRepair.repairRunnableExecutorsMethods in org.apache.cassandra.repair.autorepair that return types with arguments of type ScheduledExecutorPlusModifier and TypeMethodDescriptionAutoRepair.getRepairExecutors()AutoRepair.getRepairRunnableExecutors()