Package com.orientechnologies.orient.etl
Class OETLProcessorConfigurator
java.lang.Object
com.orientechnologies.orient.etl.OETLProcessorConfigurator
Created by frank on 17/06/2016.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionconfigureBeginBlocks(ODocument cfg, OCommandContext iContext) protected <C extends OETLComponent>
CconfigureComponent(C iComponent, ODocument iCfg, OCommandContext iContext) configureEndBlocks(ODocument cfg, OCommandContext iContext) protected OETLExtractorconfigureExtractor(ODocument cfg, OCommandContext iContext) protected OETLLoaderconfigureLoader(ODocument cfg, OCommandContext iContext) protected OETLSourceconfigureSource(ODocument cfg, OCommandContext iContext) protected List<OETLTransformer>configureTransformers(ODocument cfg, OCommandContext iContext) protected OETLContextprotected OETLContextcreateDefaultContext(OrientDB orientDB) parse(ODocument cfg, OETLContext context) parseConfigAndParameters(String[] args) parseConfigAndParametersWithContext(OrientDB orientDB, String[] args)
-
Constructor Details
-
OETLProcessorConfigurator
public OETLProcessorConfigurator() -
OETLProcessorConfigurator
-
-
Method Details
-
createDefaultContext
-
createDefaultContext
-
parseConfigAndParameters
-
parseConfigAndParametersWithContext
-
parse
-
configureComponent
protected <C extends OETLComponent> C configureComponent(C iComponent, ODocument iCfg, OCommandContext iContext) -
configureEndBlocks
protected List<OETLBlock> configureEndBlocks(ODocument cfg, OCommandContext iContext) throws IllegalAccessException, InstantiationException -
configureTransformers
protected List<OETLTransformer> configureTransformers(ODocument cfg, OCommandContext iContext) throws IllegalAccessException, InstantiationException -
configureLoader
protected OETLLoader configureLoader(ODocument cfg, OCommandContext iContext) throws IllegalAccessException, InstantiationException -
configureExtractor
protected OETLExtractor configureExtractor(ODocument cfg, OCommandContext iContext) throws IllegalAccessException, InstantiationException -
configureSource
protected OETLSource configureSource(ODocument cfg, OCommandContext iContext) throws IllegalAccessException, InstantiationException -
configureBeginBlocks
protected List<OETLBlock> configureBeginBlocks(ODocument cfg, OCommandContext iContext) throws IllegalAccessException, InstantiationException
-