Search in sources :

Example 1 with RowCachedTSet

use of edu.iu.dsc.tws.tset.sets.batch.row.RowCachedTSet in project twister2 by DSC-SPIDAL.

the class RowBatchTLinkImpl method lazyCache.

public StorableTBase<Row> lazyCache() {
    RowCachedTSet cacheTSet = new RowCachedTSet(getTSetEnv(), new CacheSingleSink<Row>(), getTargetParallelism(), (RowSchema) getSchema());
    addChildToGraph(cacheTSet);
    return cacheTSet;
}
Also used : RowCachedTSet(edu.iu.dsc.tws.tset.sets.batch.row.RowCachedTSet) Row(edu.iu.dsc.tws.common.table.Row)

Aggregations

Row (edu.iu.dsc.tws.common.table.Row)1 RowCachedTSet (edu.iu.dsc.tws.tset.sets.batch.row.RowCachedTSet)1