public abstract class ParWorker extends Object
Constructor and Description |
---|
ParWorker() |
ParWorker(long ID,
ParForBody body,
boolean monitor) |
Modifier and Type | Method and Description |
---|---|
long |
getExecutedIterations()
Returns a summary statistic of executed iterations and hence should only be called
after execution.
|
long |
getExecutedTasks()
Returns a summary statistic of executed tasks and hence should only be called
after execution.
|
ExecutionContext |
getExecutionContext() |
LocalVariableMap |
getVariables() |
public ParWorker()
public ParWorker(long ID, ParForBody body, boolean monitor)
public ExecutionContext getExecutionContext()
public LocalVariableMap getVariables()
public long getExecutedTasks()
public long getExecutedIterations()
Copyright © 2020 The Apache Software Foundation. All rights reserved.