Uses of Interface
com.orientechnologies.orient.etl.block.OETLBlock
Packages that use OETLBlock
-
Uses of OETLBlock in com.orientechnologies.orient.etl
Fields in com.orientechnologies.orient.etl with type parameters of type OETLBlockModifier and TypeFieldDescriptionOETLProcessor.beginBlocksOETLComponentFactory.blocksOETLProcessor.endBlocksMethods in com.orientechnologies.orient.etl that return OETLBlockMethods in com.orientechnologies.orient.etl that return types with arguments of type OETLBlockModifier and TypeMethodDescriptionOETLProcessorConfigurator.configureBeginBlocks(ODocument cfg, OCommandContext iContext) OETLProcessorConfigurator.configureEndBlocks(ODocument cfg, OCommandContext iContext) Method parameters in com.orientechnologies.orient.etl with type arguments of type OETLBlockModifier and TypeMethodDescriptionOETLComponentFactory.registerBlock(Class<? extends OETLBlock> iComponent) Constructor parameters in com.orientechnologies.orient.etl with type arguments of type OETLBlockModifierConstructorDescriptionOETLProcessor(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. -
Uses of OETLBlock in com.orientechnologies.orient.etl.block
Classes in com.orientechnologies.orient.etl.block that implement OETLBlockModifier and TypeClassDescriptionclassAbstract Block.classExecutes arbitrary code in any supported language by JVM.classExecutes the OrientDB console.class