public class LocalParWorker extends ParWorker implements Runnable
| Constructor and Description | 
|---|
| LocalParWorker(long ID,
              LocalTaskQueue<Task> q,
              ParForBody body,
              CompilerConfig cconf,
              int max_retry,
              boolean monitor) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<String> | getFunctionNames() | 
| void | run() | 
| void | setFunctionNames(Collection<String> fnNames) | 
getExecutedIterations, getExecutedTasks, getExecutionContext, getVariablespublic LocalParWorker(long ID,
                      LocalTaskQueue<Task> q,
                      ParForBody body,
                      CompilerConfig cconf,
                      int max_retry,
                      boolean monitor)
public void setFunctionNames(Collection<String> fnNames)
public Collection<String> getFunctionNames()
Copyright © 2020 The Apache Software Foundation. All rights reserved.