public abstract class AbstractFieldTransformCommand extends AbstractCommand
LOG
Modifier | Constructor and Description |
---|---|
protected |
AbstractFieldTransformCommand(CommandBuilder builder,
com.typesafe.config.Config config,
Command parent,
Command child,
MorphlineContext context) |
protected |
AbstractFieldTransformCommand(com.typesafe.config.Config config,
Command parent,
Command child,
MorphlineContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
doProcess(Record record)
Processes the given record on the data plane of this command.
|
protected abstract Object |
transformFieldValue(Object value)
Transforms the given input value to some output value
|
buildCommand, buildCommandChain, doNotify, getChild, getConfig, getConfigs, getContext, getCounter, getHistogram, getMeter, getParent, getTimer, isMeasuringMetrics, notify, process, validateArguments
protected AbstractFieldTransformCommand(CommandBuilder builder, com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
@Deprecated protected AbstractFieldTransformCommand(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
protected final boolean doProcess(Record record)
AbstractCommand
doProcess
in class AbstractCommand
Copyright © 2013–2015. All rights reserved.