public class TransformOp extends Unary
inLocator, operatorParameters, stats, timeout, TimeoutDef, timeUnit, TimeUnitDef| Constructor and Description |
|---|
TransformOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats)
Creates a new
TransformOp with the default timeout for the reader
and the writer |
TransformOp(URI inLocator,
Map<String,String> operatorParameters,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
TransformOp with configurable timeout for the
reader and the writer |
public TransformOp(URI inLocator, Map<String,String> operatorParameters, StatsContainer stats) throws Exception
TransformOp with the default timeout for the reader
and the writerinLocator - The locator of the inputoperatorParameters - operator parameters containing the name of the Field
which contains the payload to apply the transformation onstats - StatisticsExceptionpublic TransformOp(URI inLocator, Map<String,String> operatorParameters, StatsContainer stats, long timeout, TimeUnit timeUnit) throws Exception
TransformOp with configurable timeout for the
reader and the writerinLocator - The locator of the inputoperatorParameters - operator parameters containing the name of the Field
which contains the payload to apply the transformation onstats - Statisticstimeout - The timeout to be used both by the reader and the writertimeUnit - The time unit of the timeout usedExceptionCopyright © 2017. All Rights Reserved.