Class ProcessEventLogFormat2Logger

java.lang.Object
com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter>
com.illumon.iris.db.gen.ProcessEventLogFormat2Logger
All Implemented Interfaces:
com.illumon.intradaylogger.IntradayLogger, com.illumon.intradaylogger.SevenArgLogger<Long,​String,​String,​String,​String,​com.fishlib.auth.UserContext,​String>

public class ProcessEventLogFormat2Logger
extends com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter>
implements com.illumon.intradaylogger.SevenArgLogger<Long,​String,​String,​String,​String,​com.fishlib.auth.UserContext,​String>
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2

    com.illumon.intradaylogger.IntradayLoggerImpl2.BaseSetter<T2 extends com.illumon.intradaylogger.IntradayLoggerImpl2.BaseSetter<T2>>

    Nested classes/interfaces inherited from interface com.illumon.intradaylogger.IntradayLogger

    com.illumon.intradaylogger.IntradayLogger.TableWriterFactory, com.illumon.intradaylogger.IntradayLogger.TableWriterFactoryImpl
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static long _CLASS_BODY_CRC32_  
    static String _SCHEMA_  

    Fields inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2

    forceStandaloneMode, isClosed, isShuttingDown, outstandingSetters, setterPool, verifyChecksumDisabled, writer

    Fields inherited from interface com.illumon.intradaylogger.IntradayLogger

    DEFAULT_INTRADAY_LOGGER_FLAGS
  • Constructor Summary

    Constructors 
    Constructor Description
    ProcessEventLogFormat2Logger()  
    ProcessEventLogFormat2Logger​(String timeZoneName)  
  • Method Summary

    Modifier and Type Method Description
    protected com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter createSetter()  
    static String getDefaultNamespace()  
    static String getDefaultTableName()  
    int getLogFormat()  
    protected TableWriter getTableWriter​(com.illumon.intradaylogger.IntradayLogger.TableWriterFactory tableWriterBuilder)  
    void log​(long timestamp, String host, String level, String process, String processInfoId, com.fishlib.auth.UserContext userContext, String logEntry)  
    void log​(Row.Flags flags, long timestamp, String host, String level, String process, String processInfoId, com.fishlib.auth.UserContext userContext, String logEntry)  
    void log​(Row.Flags flags, Long timestamp, String host, String level, String process, String processInfoId, com.fishlib.auth.UserContext userContext, String logEntry)  
    void log​(Long timestamp, String host, String level, String process, String processInfoId, com.fishlib.auth.UserContext userContext, String logEntry)  
    protected String threadName()  
    boolean usingDynamicPartitioning()  
    protected void verifyChecksum()  

    Methods inherited from class com.illumon.intradaylogger.IntradayLoggerImpl2

    close, disableVerifyChecksum, flush, getWriterThread, init, init, init, init, isClosed, isInitialized, setOverflowThrottle, setStandaloneMode, shutdown, tryWrite, verifyCondition, waitDone, waitDone

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.illumon.intradaylogger.IntradayLogger

    close, getWriterThread, init, init, init, init, isClosed, setOverflowThrottle, shutdown, tryWrite, waitDone, waitDone