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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ImportTableWriterFactory
protected final String
protected final com.fishlib.io.logger.Logger
protected final boolean
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
protected GeneralImporter<T>.com.illumon.iris.importers.GeneralImporter.CacheEntry
static boolean
-
Field Details
-
log
protected final com.fishlib.io.logger.Logger log -
importTableWriterFactory
-
intradayPartitionColumn
-
strict
protected final boolean strict -
customImportProperties
-
-
Method Details
-
getTableEntry
-
getMaxOpenTableWriters
public static int getMaxOpenTableWriters() -
shouldUseLegacyCsvForImport
public static boolean shouldUseLegacyCsvForImport()
-