Uses of Enum Class
org.ojalgo.concurrent.Parallelism
Packages that use Parallelism
-
Uses of Parallelism in org.ojalgo.concurrent
Subclasses with type arguments of type Parallelism in org.ojalgo.concurrentModifier and TypeClassDescriptionenumA set of standard levels of parallelism derived from the number of available cores and optionally capped by reserving a specified amount of memory per thread.Methods in org.ojalgo.concurrent that return ParallelismModifier and TypeMethodDescriptionstatic ParallelismReturns the enum constant of this class with the specified name.static Parallelism[]Parallelism.values()Returns an array containing the constants of this enum class, in the order they are declared.