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,io.deephaven.enterprise.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,io.deephaven.enterprise.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<T>.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 final long
     
    static final String
     

    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
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter
     
    static String
     
    static String
     
    int
     
    protected TableWriter
    getTableWriter(com.illumon.intradaylogger.IntradayLogger.TableWriterFactory tableWriterBuilder)
     
    void
    log(long timestamp, String host, String level, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String logEntry)
     
    void
    log(Row.Flags flags, long timestamp, String host, String level, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String logEntry)
     
    void
    log(Row.Flags flags, Long timestamp, String host, String level, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String logEntry)
     
    void
    log(Long timestamp, String host, String level, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String logEntry)
     
    protected String
     
    boolean
     
    protected void
     

    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
  • Field Details

  • Constructor Details

    • ProcessEventLogFormat2Logger

      public ProcessEventLogFormat2Logger(String timeZoneName)
    • ProcessEventLogFormat2Logger

      public ProcessEventLogFormat2Logger()
  • Method Details

    • usingDynamicPartitioning

      public boolean usingDynamicPartitioning()
      Specified by:
      usingDynamicPartitioning in interface com.illumon.intradaylogger.IntradayLogger
    • getLogFormat

      public int getLogFormat()
      Specified by:
      getLogFormat in interface com.illumon.intradaylogger.IntradayLogger
    • getDefaultNamespace

      public static String getDefaultNamespace()
    • getDefaultTableName

      public static String getDefaultTableName()
    • verifyChecksum

      protected void verifyChecksum() throws IOException
      Specified by:
      verifyChecksum in class com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter>
      Throws:
      IOException
    • threadName

      protected String threadName()
      Specified by:
      threadName in class com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter>
    • getTableWriter

      protected TableWriter getTableWriter(com.illumon.intradaylogger.IntradayLogger.TableWriterFactory tableWriterBuilder) throws IOException
      Specified by:
      getTableWriter in class com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter>
      Throws:
      IOException
    • createSetter

      protected com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter createSetter()
      Specified by:
      createSetter in class com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.ProcessEventLogFormat2Logger.ISetter>
    • log

      public void log(long timestamp, String host, String level, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String logEntry) throws IOException
      Throws:
      IOException
    • log

      public void log(Row.Flags flags, long timestamp, String host, String level, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String logEntry) throws IOException
      Throws:
      IOException
    • log

      public void log(Long timestamp, String host, String level, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String logEntry) throws IOException
      Specified by:
      log in interface com.illumon.intradaylogger.SevenArgLogger<Long,String,String,String,String,io.deephaven.enterprise.auth.UserContext,String>
      Throws:
      IOException
    • log

      public void log(Row.Flags flags, Long timestamp, String host, String level, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String logEntry) throws IOException
      Specified by:
      log in interface com.illumon.intradaylogger.SevenArgLogger<Long,String,String,String,String,io.deephaven.enterprise.auth.UserContext,String>
      Throws:
      IOException