Class LoggerUtils
java.lang.Object
com.illumon.iris.db.tables.dataimport.LoggerUtils
public class LoggerUtils extends Object
-
Constructor Summary
Constructors Constructor Description LoggerUtils()
-
Method Summary
Modifier and Type Method Description static void
initDatabaseLogger(com.illumon.intradaylogger.IntradayLogger intradayLogger, Database db, String table, String namespace, boolean append)
static void
initDatabasePartitionLogger(com.illumon.intradaylogger.IntradayLogger intradayLogger, Database db, String table, String partitioningColumn, String partitioningColumnValue, String namespace, boolean append)
static LiveQueryTable
initInMemoryLogger(com.illumon.intradaylogger.IntradayLogger intradayLogger)
-
Constructor Details
-
LoggerUtils
public LoggerUtils()
-
-
Method Details
-
initInMemoryLogger
public static LiveQueryTable initInMemoryLogger(com.illumon.intradaylogger.IntradayLogger intradayLogger) throws IOException- Throws:
IOException
-
initDatabaseLogger
public static void initDatabaseLogger(com.illumon.intradaylogger.IntradayLogger intradayLogger, Database db, String table, String namespace, boolean append) throws IOException- Throws:
IOException
-
initDatabasePartitionLogger
public static void initDatabasePartitionLogger(com.illumon.intradaylogger.IntradayLogger intradayLogger, Database db, String table, String partitioningColumn, String partitioningColumnValue, String namespace, boolean append) throws IOException- Throws:
IOException
-