Class DatabaseLoggerConstants

java.lang.Object
com.activeviam.database.api.DatabaseLoggerConstants

public final class DatabaseLoggerConstants extends Object
Class containing logger names constants, as well as the loggers.

The hierarchy of the domain names in the loggers is the following:

 ATOTI_SERVER
   DIRECT_QUERY
     DISCOVERY
     DRIVER_MANAGER
     INCREMENTAL_REFRESH
     QUERY_EXECUTION
     QUERY_HANDLING
     QUERY_RESOLUTION
       AGGREGATE_TABLE
       TIME_TRAVEL
   NUMA
 
Author:
ActiveViam
  • Field Details

    • NUMA

      public static final String NUMA
      Logger name for all the events related to NUMA.
      See Also:
    • DIRECT_QUERY

      public static final String DIRECT_QUERY
      Logger name for all the events related to DirectQuery.
      See Also:
    • DISCOVERY

      public static final String DISCOVERY
      Logger name for table discovery done by DirectQuery.

      It's part of the DIRECT_QUERY domain name.

      See Also:
    • QUERY_RESOLUTION

      public static final String QUERY_RESOLUTION
      Logger name for all the events related to query resolution done by DirectQuery.

      It's part of the DIRECT_QUERY domain name.

      See Also:
    • QUERY_EXECUTION

      public static final String QUERY_EXECUTION
      Logger name for all the events related to query execution done by DirectQuery.

      It's part of the DIRECT_QUERY domain name.

      See Also:
    • TIME_TRAVEL

      public static final String TIME_TRAVEL
      Logger name for all the events related to time-travel in DirectQuery.

      It's part of the QUERY_RESOLUTION domain name.

      See Also:
    • INCREMENTAL_REFRESH

      public static final String INCREMENTAL_REFRESH
      Logger name for all the events related to incremental refresh in DirectQuery.

      It's part of the DIRECT_QUERY domain name.

      See Also:
    • AGGREGATE_TABLE

      public static final String AGGREGATE_TABLE
      Logger name for all the events related to Aggregate Table.

      It's part of the QUERY_RESOLUTION domain name.

      See Also:
    • QUERY_HANDLING

      public static final String QUERY_HANDLING
      Logger name for all the events related to query result handling done by DirectQuery.

      It's part of the DIRECT_QUERY domain name.

      See Also:
    • DRIVER_MANAGER

      public static final String DRIVER_MANAGER
      Logger name for all the events related to the DriverManager in DirectQuery.

      It's part of the DIRECT_QUERY domain name.

      See Also:
    • DIRECT_QUERY_LOGGER

      public static final Logger DIRECT_QUERY_LOGGER
      Logger with DIRECT_QUERY name.
    • DISCOVERY_LOGGER

      public static final Logger DISCOVERY_LOGGER
      Logger with DISCOVERY name.
    • QUERY_EXECUTION_LOGGER

      public static final Logger QUERY_EXECUTION_LOGGER
      Logger with QUERY_EXECUTION name.
    • QUERY_HANDLING_LOGGER

      public static final Logger QUERY_HANDLING_LOGGER
      Logger with QUERY_HANDLING name.
    • AGGREGATE_TABLE_LOGGER

      public static final Logger AGGREGATE_TABLE_LOGGER
      Logger with AGGREGATE_TABLE name.
    • QUERY_RESOLUTION_LOGGER

      public static final Logger QUERY_RESOLUTION_LOGGER
      Logger with QUERY_RESOLUTION name.
    • TIME_TRAVEL_LOGGER

      public static final Logger TIME_TRAVEL_LOGGER
      Logger with TIME_TRAVEL name.
    • INCREMENTAL_REFRESH_LOGGER

      public static final Logger INCREMENTAL_REFRESH_LOGGER
      Logger with INCREMENTAL_REFRESH name.
    • DRIVER_MANAGER_LOGGER

      public static final Logger DRIVER_MANAGER_LOGGER
      Logger with DRIVER_MANAGER name.