Uses of Interface
com.orientechnologies.orient.etl.transformer.OETLTransformer
Packages that use OETLTransformer
-
Uses of OETLTransformer in com.orientechnologies.orient.etl
Fields in com.orientechnologies.orient.etl with type parameters of type OETLTransformerModifier and TypeFieldDescriptionprotected final Map<String,Class<? extends OETLTransformer>> OETLComponentFactory.transformersprotected final List<OETLTransformer>OETLPipeline.transformersprotected List<OETLTransformer>OETLProcessor.transformersMethods in com.orientechnologies.orient.etl that return OETLTransformerMethods in com.orientechnologies.orient.etl that return types with arguments of type OETLTransformerModifier and TypeMethodDescriptionprotected List<OETLTransformer>OETLProcessorConfigurator.configureTransformers(ODocument cfg, OCommandContext iContext) OETLProcessor.getTransformers()Method parameters in com.orientechnologies.orient.etl with type arguments of type OETLTransformerModifier and TypeMethodDescriptionOETLComponentFactory.registerTransformer(Class<? extends OETLTransformer> iComponent) Constructor parameters in com.orientechnologies.orient.etl with type arguments of type OETLTransformerModifierConstructorDescriptionOETLPipeline(OETLProcessor processor, List<OETLTransformer> transformers, OETLLoader loader, Level logLevel, int maxRetries, boolean haltOnError) -
Uses of OETLTransformer in com.orientechnologies.orient.etl.transformer
Classes in com.orientechnologies.orient.etl.transformer that implement OETLTransformerModifier and TypeClassDescriptionclassMerges two records.classAbstract Transformer.classPass-through Transformer that execute a block.classExecutes arbitrary code in any supported language by JVM.classExecutes a command.classclassclassclassclassConverts a JOIN in LINKclassLoads a record.classETL Transformer that logs the input.classMerges two records.class