Uses of Class
org.apache.cassandra.concurrent.ExecutorFactory.SimulatorSemantics
-
Packages that use ExecutorFactory.SimulatorSemantics Package Description org.apache.cassandra.concurrent -
-
Uses of ExecutorFactory.SimulatorSemantics in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent that return ExecutorFactory.SimulatorSemantics Modifier and Type Method Description static ExecutorFactory.SimulatorSemanticsExecutorFactory.SimulatorSemantics. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExecutorFactory.SimulatorSemantics[]ExecutorFactory.SimulatorSemantics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.concurrent with parameters of type ExecutorFactory.SimulatorSemantics Modifier and Type Method Description ScheduledExecutorPlusExecutorFactory.Default. scheduled(boolean executeOnShutdown, java.lang.String name, int priority, ExecutorFactory.SimulatorSemantics simulatorSemantics)ScheduledExecutorPlusExecutorFactory. scheduled(boolean executeOnShutdown, java.lang.String name, int priority, ExecutorFactory.SimulatorSemantics simulatorSemantics)default ScheduledExecutorPlusExecutorFactory. scheduled(java.lang.String name, ExecutorFactory.SimulatorSemantics simulatorSemantics)
-