Uses of Interface
org.apache.cassandra.concurrent.SequentialExecutorPlus
-
Packages that use SequentialExecutorPlus Package Description org.apache.cassandra.concurrent -
-
Uses of SequentialExecutorPlus in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent with type parameters of type SequentialExecutorPlus Modifier and Type Interface Description interface
ExecutorBuilderFactory<E extends ExecutorPlus,S extends SequentialExecutorPlus>
Entry point for configuring and creating new executors.static interface
ExecutorBuilderFactory.Jmxable<E extends ExecutorPlus,S extends SequentialExecutorPlus>
Entry point for configuring and creating new executors.Subinterfaces of SequentialExecutorPlus in org.apache.cassandra.concurrent Modifier and Type Interface Description interface
LocalAwareSequentialExecutorPlus
ASequentialExecutorPlus
that is aware of, and propagates to execution, any ExecutorLocalsClasses in org.apache.cassandra.concurrent that implement SequentialExecutorPlus Modifier and Type Class Description class
LocalAwareSingleThreadExecutorPlus
class
SingleThreadExecutorPlus
Fields in org.apache.cassandra.concurrent declared as SequentialExecutorPlus Modifier and Type Field Description protected SequentialExecutorPlus
SingleThreadExecutorPlus.AtLeastOnce. executor
Methods in org.apache.cassandra.concurrent that return types with arguments of type SequentialExecutorPlus Modifier and Type Method Description ExecutorBuilderFactory<ExecutorPlus,SequentialExecutorPlus>
ExecutorFactory.Default. withJmx(java.lang.String jmxPath)
Constructors in org.apache.cassandra.concurrent with parameters of type SequentialExecutorPlus Constructor Description AtLeastOnce(SequentialExecutorPlus executor, java.lang.Runnable run)
-