Activity Type: Transformation
Aggregate the blocks of data output from other activities into a single, larger block. This can be used to reduce network traffic when transferring data, for example.
<blockAggregator name="aggregator"> <input from="blocksToAggregate"/> <blocksize size="10"/> <output name="aggregatedBlocks"/> </blockAggregator>
Element blockAggregator:
Currently only string blocks can be aggregated.
This activity can operate with any data resource accessor.
OGSA-DAI/schema/ogsadai/xsd/activities/block_aggregator.xsd
uk.org.ogsadai.activity.transform.BlockAggregatorActivity
uk.org.ogsadai.client.toolkit.activity.transform.BlockAggregator
Up: Activities | ||
© International Business Machines Corporation, 2002-2006. | © The University of Edinburgh, 2002-2006. |