Uses of Interface
com.orientechnologies.orient.etl.loader.OETLLoader
Packages that use OETLLoader
-
Uses of OETLLoader in com.orientechnologies.orient.etl
Fields in com.orientechnologies.orient.etl declared as OETLLoaderModifier and TypeFieldDescriptionprotected final OETLLoaderOETLPipeline.loaderprotected OETLLoaderOETLProcessor.loaderFields in com.orientechnologies.orient.etl with type parameters of type OETLLoaderModifier and TypeFieldDescriptionprotected final Map<String,Class<? extends OETLLoader>> OETLComponentFactory.loadersMethods in com.orientechnologies.orient.etl that return OETLLoaderModifier and TypeMethodDescriptionprotected OETLLoaderOETLProcessorConfigurator.configureLoader(ODocument cfg, OCommandContext iContext) OETLProcessor.getLoader()Method parameters in com.orientechnologies.orient.etl with type arguments of type OETLLoaderModifier and TypeMethodDescriptionOETLComponentFactory.registerLoader(Class<? extends OETLLoader> iComponent) Constructors in com.orientechnologies.orient.etl with parameters of type OETLLoaderModifierConstructorDescriptionOETLPipeline(OETLProcessor processor, List<OETLTransformer> transformers, OETLLoader loader, Level logLevel, int maxRetries, boolean haltOnError) OETLProcessor(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 OETLLoader in com.orientechnologies.orient.etl.loader
Classes in com.orientechnologies.orient.etl.loader that implement OETLLoaderModifier and TypeClassDescriptionclassETL Abstract Loader component.classETL Loader that saves record into OrientDB database.classETL Loader that saves record into OrientDB database.