Uses of Class
com.orientechnologies.orient.etl.OETLExtractedItem
Packages that use OETLExtractedItem
-
Uses of OETLExtractedItem in com.orientechnologies.orient.etl
Methods in com.orientechnologies.orient.etl with parameters of type OETLExtractedItemModifier and TypeMethodDescriptionprotected ObjectOETLPipeline.execute(OETLExtractedItem source) -
Uses of OETLExtractedItem in com.orientechnologies.orient.etl.extractor
Fields in com.orientechnologies.orient.etl.extractor declared as OETLExtractedItemModifier and TypeFieldDescriptionprotected OETLExtractedItemOETLCSVExtractor.nextprotected OETLExtractedItemOETLJsonExtractor.nextprotected OETLExtractedItemOETLRowExtractor.nextMethods in com.orientechnologies.orient.etl.extractor that return OETLExtractedItemModifier and TypeMethodDescriptionprotected OETLExtractedItemOETLJsonExtractor.fetchNext()protected OETLExtractedItemOETLRowExtractor.fetchNext()OETLCSVExtractor.next()OETLJDBCExtractor.next()OETLJsonExtractor.next()OETLRowExtractor.next()OETLXmlExtractor.next()