Package com.illumon.intradaylogger
Interface SevenArgLogger<T1,T2,T3,T4,T5,T6,T7>
- All Superinterfaces:
IntradayLogger
- All Known Implementing Classes:
ProcessEventLogFormat2Logger
Generic interface for IntradayLoggers with four arguments.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.intradaylogger.IntradayLogger
IntradayLogger.TableWriterFactory, IntradayLogger.TableWriterFactoryImpl -
Field Summary
Fields inherited from interface com.illumon.intradaylogger.IntradayLogger
DEFAULT_INTRADAY_LOGGER_FLAGS -
Method Summary
Methods inherited from interface com.illumon.intradaylogger.IntradayLogger
close, getLogFormat, getWriterThread, init, init, init, init, isClosed, setOverflowThrottle, shutdown, tryWrite, usingDynamicPartitioning, waitDone, waitDone
-
Method Details
-
log
default void log(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7) throws IOException - Throws:
IOException
-
log
default void log(Row.Flags flags, T1 value, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7) throws IOException - Throws:
IOException
-