Uses of Class
org.ojalgo.concurrent.ProcessOptions
-
Packages that use ProcessOptions Package Description org.ojalgo.concurrent -
-
Uses of ProcessOptions in org.ojalgo.concurrent
Fields in org.ojalgo.concurrent declared as ProcessOptions Modifier and Type Field Description static ProcessOptionsProcessOptions. DEFAULTprivate ProcessOptionsExternalProcessExecutor.ProcessTask. myOptionsprivate ProcessOptionsExternalProcessExecutor.WorkerChannel. myOptionsMethods in org.ojalgo.concurrent that return ProcessOptions Modifier and Type Method Description ProcessOptionsProcessOptions.Builder. build()(package private) ProcessOptionsExternalProcessExecutor.WorkerChannel. options()Methods in org.ojalgo.concurrent with parameters of type ProcessOptions Modifier and Type Method Description <T,C extends java.util.concurrent.Callable<T> & java.io.Serializable>
java.util.concurrent.Future<T>ExternalProcessExecutor. call(C callable, ProcessOptions options)private static ExternalProcessExecutor.WorkerChannelExternalProcessExecutor.ProcessTask. ensureWorker(ProcessOptions opts)<T> java.util.concurrent.Future<T>ExternalProcessExecutor. execute(java.lang.Class<?> owner, java.lang.String name, java.lang.Class<?>[] parameters, ProcessOptions options, java.lang.Object... arguments)<T> java.util.concurrent.Future<T>ExternalProcessExecutor. execute(java.lang.reflect.Method method, ProcessOptions options, java.lang.Object... arguments)<T> java.util.concurrent.Future<T>ExternalProcessExecutor. execute(MethodDescriptor method, ProcessOptions options, java.lang.Object... arguments)<R extends java.lang.Runnable & java.io.Serializable>
java.util.concurrent.Future<java.lang.Void>ExternalProcessExecutor. run(R runnable, ProcessOptions options)private static booleanExternalProcessExecutor.ProcessTask. sameOptions(ProcessOptions opt1, ProcessOptions opt2)(package private) static ExternalProcessExecutor.WorkerChannelExternalProcessExecutor.WorkerChannel. start(ProcessOptions options)Constructors in org.ojalgo.concurrent with parameters of type ProcessOptions Constructor Description ProcessTask(MethodDescriptor spec, java.lang.Object[] args, ProcessOptions opts)WorkerChannel(ProcessOptions options, java.lang.Thread owner, java.lang.Process proc, java.io.OutputStream toChild, java.io.InputStream fromChild, java.io.InputStream err, java.lang.Thread errDrainer, ExternalProcessExecutor.RingBufferOutput errBuffer)
-