Uses of Class
org.ojalgo.concurrent.ProcessingService
-
Packages that use ProcessingService Package Description org.ojalgo.concurrent org.ojalgo.data.batch -
-
Uses of ProcessingService in org.ojalgo.concurrent
Fields in org.ojalgo.concurrent declared as ProcessingService Modifier and Type Field Description static ProcessingService
ProcessingService. INSTANCE
Methods in org.ojalgo.concurrent that return ProcessingService Modifier and Type Method Description static ProcessingService
ProcessingService. newInstance(java.lang.String name)
-
Uses of ProcessingService in org.ojalgo.data.batch
Fields in org.ojalgo.data.batch declared as ProcessingService Modifier and Type Field Description private ProcessingService
BatchNode. myProcessor
Methods in org.ojalgo.data.batch that return ProcessingService Modifier and Type Method Description (package private) ProcessingService
BatchNode.Builder. getProcessor()
-