public class ETLMeta<PARAM_META> extends Object implements Serializable
ETLMeta
can be used to pre-process INPUT using inputParamsMetas
or post-process using entityProcessor
, the generated entity from the AbstractReader
per tuple.Modifier and Type | Field and Description |
---|---|
protected boolean |
supportsVerifyOnly
Some processes may run as verification without committing or making changes.
|
Constructor and Description |
---|
ETLMeta() |
ETLMeta(ETLMeta<PARAM_META> etlMeta) |
ETLMeta(List<PARAM_META> inputParamsMetas) |
ETLMeta(org.apache.commons.collections.Transformer entityProcessor) |
ETLMeta(org.apache.commons.collections.Transformer entityProcessor,
List<PARAM_META> inputParamsMetas) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.collections.Transformer |
getEntityProcessor() |
List<PARAM_META> |
getInputParamsMetas() |
boolean |
isSupportsVerifyOnly()
Some processes may run as verification without committing or making changes.
|
void |
setEntityProcessor(org.apache.commons.collections.Transformer entityProcessor) |
void |
setInputParamsMetas(List<PARAM_META> inputParamsMetas) |
void |
setSupportsVerifyOnly(boolean supportsVerifyOnly)
Some processes may run as verification without committing or making changes.
|
protected boolean supportsVerifyOnly
public ETLMeta()
public ETLMeta(ETLMeta<PARAM_META> etlMeta)
public ETLMeta(org.apache.commons.collections.Transformer entityProcessor)
public ETLMeta(List<PARAM_META> inputParamsMetas)
public ETLMeta(org.apache.commons.collections.Transformer entityProcessor, List<PARAM_META> inputParamsMetas)
public org.apache.commons.collections.Transformer getEntityProcessor()
public void setEntityProcessor(org.apache.commons.collections.Transformer entityProcessor)
public List<PARAM_META> getInputParamsMetas()
public void setInputParamsMetas(List<PARAM_META> inputParamsMetas)
public boolean isSupportsVerifyOnly()
public void setSupportsVerifyOnly(boolean supportsVerifyOnly)
Copyright © 2018. All rights reserved.