Uses of Interface
com.orientechnologies.orient.etl.source.OETLSource
Packages that use OETLSource
-
Uses of OETLSource in com.orientechnologies.orient.etl
Fields in com.orientechnologies.orient.etl declared as OETLSourceFields in com.orientechnologies.orient.etl with type parameters of type OETLSourceModifier and TypeFieldDescriptionprotected final Map<String,Class<? extends OETLSource>> OETLComponentFactory.sourcesMethods in com.orientechnologies.orient.etl that return OETLSourceModifier and TypeMethodDescriptionprotected OETLSourceOETLProcessorConfigurator.configureSource(ODocument cfg, OCommandContext iContext) OETLProcessor.getSource()Method parameters in com.orientechnologies.orient.etl with type arguments of type OETLSourceModifier and TypeMethodDescriptionOETLComponentFactory.registerSource(Class<? extends OETLSource> iComponent) Constructors in com.orientechnologies.orient.etl with parameters of type OETLSourceModifierConstructorDescriptionOETLProcessor(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 OETLSource in com.orientechnologies.orient.etl.source
Classes in com.orientechnologies.orient.etl.source that implement OETLSourceModifier and TypeClassDescriptionclassETL Abstract Source component.classETL Source created with a string content.classclassExtracts data from HTTP endpoint.classETL Source that reads from System.in