Package com.illumon.iris.importers
Class GeneralImporter<T extends ImportFieldWriter>
java.lang.Object
com.illumon.iris.importers.GeneralImporter<T>
- Direct Known Subclasses:
GeneralCsvImporter
,GeneralJdbcImporter
,GeneralXmlImporter
public abstract class GeneralImporter<T extends ImportFieldWriter> extends Object
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>
customImportProperties
protected ImportTableWriterFactory
importTableWriterFactory
protected String
intradayPartitionColumn
protected com.fishlib.io.logger.Logger
log
protected static int
MAX_OPEN_TABLE_WRITERS
protected boolean
strict
-
Method Summary
-
Field Details
-
MAX_OPEN_TABLE_WRITERS
protected static final int MAX_OPEN_TABLE_WRITERS -
log
protected final com.fishlib.io.logger.Logger log -
importTableWriterFactory
-
intradayPartitionColumn
-
strict
protected final boolean strict -
customImportProperties
-
-
Method Details