Uses of Package
org.ojalgo.concurrent
-
Classes in org.ojalgo.concurrent used by org.ojalgo.concurrent Class Description DaemonPoolExecutor DivideAndConquer.Conquerer A conquerer is a function that will be called with a range of indices to conquer.DivideAndConquer.Divider A configurable divider that can be used to divide a range of indices and conquer each part in parallel.ExternalProcessExecutor Execute submitted tasks/methods in external JVM processes with arbitrarySerializablearguments/return.ExternalProcessExecutor.ProcessRequest ExternalProcessExecutor.ProcessResponse ExternalProcessExecutor.ProcessTask ExternalProcessExecutor.RingBufferOutput Ring buffer OutputStream that retains only the last N bytes written.ExternalProcessExecutor.WorkerChannel A per-thread, persistent channel to a child JVM.MethodDescriptor Description of a (static) method to invoke in a child JVM.MultiviewSet.PrioritisedView Parallelism A 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.ParallelismSupplier ProcessingService A simple wrapper around anExecutorServicethat makes it easier to process collections of items in parallel.ProcessOptions Options to control the child JVM process used by ProcessExecutorService.ProcessOptions.Builder -
Classes in org.ojalgo.concurrent used by org.ojalgo.data.batch Class Description ProcessingService A simple wrapper around anExecutorServicethat makes it easier to process collections of items in parallel. -
Classes in org.ojalgo.concurrent used by org.ojalgo.matrix.operation Class Description DivideAndConquer.Conquerer A conquerer is a function that will be called with a range of indices to conquer.DivideAndConquer.Divider A configurable divider that can be used to divide a range of indices and conquer each part in parallel. -
Classes in org.ojalgo.concurrent used by org.ojalgo.matrix.task.iterative Class Description DivideAndConquer.Conquerer A conquerer is a function that will be called with a range of indices to conquer.DivideAndConquer.Divider A configurable divider that can be used to divide a range of indices and conquer each part in parallel. -
Classes in org.ojalgo.concurrent used by org.ojalgo.optimisation.integer Class Description MultiviewSet Multiple prioritisedQueue:s backed by a commonSet. -
Classes in org.ojalgo.concurrent used by org.ojalgo.optimisation.service Class Description ProcessingService A simple wrapper around anExecutorServicethat makes it easier to process collections of items in parallel.