public class Operator.Statistics
extends java.lang.Object
fill(jenes.stage.operator.Operator.Statistics)
method: it modifies the specified statistics stage according to that of the statistics associated at the operator.Modifier and Type | Field and Description |
---|---|
protected long |
executionTime
the excecution time of the last procssing of the operator
|
Constructor and Description |
---|
Operator.Statistics()
Constructs a new statistics operator
|
Modifier and Type | Method and Description |
---|---|
protected void |
fill(Operator.Statistics stats)
Fills the specified statistics with the data of
the operator statistics.
|
long |
getExecutionTime()
Returns the execution of the last processing of the operator
|
protected long executionTime
public Operator.Statistics()
public long getExecutionTime()
protected void fill(Operator.Statistics stats)
stats
- the statistics to fill