public class OutputDataSetCopier extends java.lang.Object implements Finalizable
| Modifier and Type | Field and Description |
|---|---|
private static NanoTimer |
COPIER
Instrumentation for
finished(). |
private DataSetParameter |
outputParam
The
DataSet parameter where to copy the data. |
private DataSet |
srcDS
A buffer of the DataSet which should be copied.
|
| Constructor and Description |
|---|
OutputDataSetCopier(DataSet srcDS,
DataSetParameter outputParam)
Creates a copier for the
DataSet. |
| Modifier and Type | Method and Description |
|---|---|
void |
deleted()
No-op.
|
void |
finished()
Copies data in OUTPUT direction.
|
void |
iterate()
No-op.
|
void |
retry()
No-op.
|
WeightFactor |
weight()
Get the weight of this finalizable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitentry, initFailureprivate static final NanoTimer COPIER
finished().private final DataSet srcDS
private DataSetParameter outputParam
DataSet parameter where to copy the data.public OutputDataSetCopier(DataSet srcDS, DataSetParameter outputParam)
DataSet.srcDS - A buffer of the DataSet which should be copied.outputParam - The DataSet parameter where to copy the data.public void finished()
finished in interface Finalizablepublic void deleted()
deleted in interface Finalizablepublic void iterate()
iterate in interface Finalizablepublic void retry()
retry in interface Finalizablepublic WeightFactor weight()
weight, before they are processed.weight in interface FinalizableWeightFactor.FIRST.