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 interfaceExecutorBuilderFactory<E extends ExecutorPlus,S extends SequentialExecutorPlus>Entry point for configuring and creating new executors.static interfaceExecutorBuilderFactory.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 interfaceLocalAwareSequentialExecutorPlusASequentialExecutorPlusthat is aware of, and propagates to execution, any ExecutorLocalsClasses in org.apache.cassandra.concurrent that implement SequentialExecutorPlus Modifier and Type Class Description classLocalAwareSingleThreadExecutorPlusclassSingleThreadExecutorPlusFields in org.apache.cassandra.concurrent declared as SequentialExecutorPlus Modifier and Type Field Description protected SequentialExecutorPlusSingleThreadExecutorPlus.AtLeastOnce. executorMethods 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)
-