Uses of Class
com.orientechnologies.orient.etl.context.OETLContext
Packages that use OETLContext
-
Uses of OETLContext in com.orientechnologies.orient.etl
Fields in com.orientechnologies.orient.etl declared as OETLContextMethods in com.orientechnologies.orient.etl that return OETLContextModifier and TypeMethodDescriptionprotected OETLContextOETLProcessorConfigurator.createDefaultContext()protected OETLContextOETLProcessorConfigurator.createDefaultContext(OrientDB orientDB) OETLAbstractComponent.getContext()OETLComponent.getContext()OETLProcessor.getContext()Methods in com.orientechnologies.orient.etl with parameters of type OETLContextModifier and TypeMethodDescriptionOETLProcessorConfigurator.parse(ODocument cfg, OETLContext context) Constructors in com.orientechnologies.orient.etl with parameters of type OETLContextModifierConstructorDescriptionOETLProcessor(List<OETLBlock> iBeginBlocks, OETLSource iSource, OETLExtractor iExtractor, List<OETLTransformer> iTransformers, OETLLoader iLoader, List<OETLBlock> iEndBlocks, OETLContext iContext) Creates an ETL processor by setting all the components on construction.