Package com.orientechnologies.orient.etl
Class OETLAbstractPipelineComponent
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.OETLAbstractPipelineComponent
- All Implemented Interfaces:
OETLComponent,OETLPipelineComponent
- Direct Known Subclasses:
OETLAbstractTransformer
public abstract class OETLAbstractPipelineComponent
extends OETLAbstractComponent
implements OETLPipelineComponent
ETL Pipeline abstract component.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
configuration, context, ifExpression, output, processor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
begin, configure, debug, end, error, error, format, getCommonConfigurationParameters, getConfiguration, getContext, getIfFilter, getProcessor, info, resolve, setProcessor, skip, stringArray2Json, toString, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.etl.OETLComponent
begin, configure, end, getConfiguration, getContext, getName, getProcessor, setProcessor
-
Constructor Details
-
OETLAbstractPipelineComponent
public OETLAbstractPipelineComponent()
-
-
Method Details
-
setContext
- Specified by:
setContextin interfaceOETLPipelineComponent
-