Class AuditEventLogFormat3Logger

java.lang.Object
com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.AuditEventLogFormat3Logger.ISetter>
com.illumon.iris.db.gen.AuditEventLogFormat3Logger
All Implemented Interfaces:
com.illumon.intradaylogger.IntradayLogger, AuditEventLogFormat1Interface, io.deephaven.enterprise.auth.audit.AuditEventLogger

public class AuditEventLogFormat3Logger extends com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.AuditEventLogFormat3Logger.ISetter> implements AuditEventLogFormat1Interface
  • 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 io.deephaven.enterprise.auth.audit.AuditEventLogger

    io.deephaven.enterprise.auth.audit.AuditEventLogger.Null

    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.iris.db.util.AuditEventLogFormat1Interface

    MAX_AEL_ENTRY_SIZE, MAX_EVENT_LEN

    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.AuditEventLogFormat3Logger.ISetter
     
    static String
     
    static String
     
    int
     
    protected TableWriter
    getTableWriter(com.illumon.intradaylogger.IntradayLogger.TableWriterFactory tableWriterBuilder)
     
    void
    log(long timestamp, String clientHost, int clientPort, String clientUuid, String serverHost, int serverPort, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String processUser, String namespace, String table, int id, String event, String details)
     
    void
    log(Row.Flags flags, long timestamp, String clientHost, int clientPort, String clientUuid, String serverHost, int serverPort, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String processUser, String namespace, String table, int id, String event, String details)
     
    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.iris.db.util.AuditEventLogFormat1Interface

    event, safeLog

    Methods inherited from interface io.deephaven.enterprise.auth.audit.AuditEventLogger

    event

    Methods inherited from interface com.illumon.intradaylogger.IntradayLogger

    close, getWriterThread, init, init, init, init, isClosed, setOverflowThrottle, shutdown, tryWrite, waitDone, waitDone
  • Field Details

  • Constructor Details

    • AuditEventLogFormat3Logger

      public AuditEventLogFormat3Logger(String timeZoneName)
    • AuditEventLogFormat3Logger

      public AuditEventLogFormat3Logger()
  • 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.AuditEventLogFormat3Logger.ISetter>
      Throws:
      IOException
    • threadName

      protected String threadName()
      Specified by:
      threadName in class com.illumon.intradaylogger.IntradayLoggerImpl2<com.illumon.iris.db.gen.AuditEventLogFormat3Logger.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.AuditEventLogFormat3Logger.ISetter>
      Throws:
      IOException
    • createSetter

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

      public void log(long timestamp, String clientHost, int clientPort, String clientUuid, String serverHost, int serverPort, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String processUser, String namespace, String table, int id, String event, String details)
      Specified by:
      log in interface AuditEventLogFormat1Interface
    • log

      public void log(Row.Flags flags, long timestamp, String clientHost, int clientPort, String clientUuid, String serverHost, int serverPort, String process, String processInfoId, io.deephaven.enterprise.auth.UserContext userContext, String processUser, String namespace, String table, int id, String event, String details)
      Specified by:
      log in interface AuditEventLogFormat1Interface