Class HealthCheckValueNameC

java.lang.Object
de.elo.ix.client.health.HealthCheckValueNameC

public class HealthCheckValueNameC extends Object
Predefined value names for HealthCheckInfo objects.
Since:
10.00.020.017
  • Field Details

    • DYNAMIC

      public static final String DYNAMIC
      Name of dynamically evaluated values starts with this prefix.
      See Also:
    • NB_OF_DOCUMENTS

      public static final String NB_OF_DOCUMENTS
      Number of logically documents.
      See Also:
    • NB_OF_DOCUMENT_FILES

      public static final String NB_OF_DOCUMENT_FILES
      Number of document files (resp. number of document versions).
      See Also:
    • TOTAL_SIZE_OF_DOCUMENT_FILES

      public static final String TOTAL_SIZE_OF_DOCUMENT_FILES
      Total size of document files (resp. document versions).
      See Also:
    • NB_OF_DOCUMENT_FILES_WITH_BACKUP

      public static final String NB_OF_DOCUMENT_FILES_WITH_BACKUP
      Number of document files with backup.
      See Also:
    • NB_OF_DOCUMENT_FILES_WITHOUT_BACKUP

      public static final String NB_OF_DOCUMENT_FILES_WITHOUT_BACKUP
      Number of logically documents without backup.
      See Also:
    • NB_OF_FAILED_LOGINS

      public static final String NB_OF_FAILED_LOGINS
      Number of failed logins. Due to wrong name or password.
      See Also:
    • NB_OF_SUCCESSFUL_LOGINS

      public static final String NB_OF_SUCCESSFUL_LOGINS
      Number of successful logins. the full number of attempted logins, whether successful or not is the sum of successful and failed logins.
      Since:
      20.00.000.001
      See Also:
    • NB_OF_SESSIONS

      public static final String NB_OF_SESSIONS
      Number of current sessions.
      Since:
      20.00.000.002
      See Also:
    • STATUS_OF_VERSIONS

      public static final String STATUS_OF_VERSIONS
      Version status.
      Since:
      20.00.000.002
      See Also:
    • FREE_SPACE_OF_SQL_SERVER

      public static final String FREE_SPACE_OF_SQL_SERVER
      Freier Speicher SQL Server.
      Since:
      20.00.000.002
      See Also:
    • SIZE_OF_USED_JAVA_HEAP

      public static final String SIZE_OF_USED_JAVA_HEAP
      Java Heap Size.
      Since:
      20.00.000.002
      See Also:
    • NB_OF_GARBAGE_COLLECTIONS

      public static final String NB_OF_GARBAGE_COLLECTIONS
      Number of Garbage Collections.
      Since:
      20.00.000.002
      See Also:
    • DURATION_OF_SEARCH_QUERY

      public static final String DURATION_OF_SEARCH_QUERY
      Search Task duration.
      Since:
      20.00.000.002
      See Also:
    • DURATION_OF_SQL_QUERY

      public static final String DURATION_OF_SQL_QUERY
      Duration of SQL queries.
      Since:
      20.00.000.002
      See Also:
    • DURATION_OF_WORKFLOW_FORWARDING

      public static final String DURATION_OF_WORKFLOW_FORWARDING
      Duration of Workflow forwarding.
      Since:
      20.00.000.002
      See Also:
    • NB_OF_IX_METHOD_CALLS

      public static final String NB_OF_IX_METHOD_CALLS
      Number of IX-method calls.
      Since:
      20.00.000.003
      See Also:
    • DURATION_OF_IX_METHOD_CALLS

      public static final String DURATION_OF_IX_METHOD_CALLS
      Duration of IX-method calls.
      Since:
      20.00.000.003
      See Also:
    • NB_OF_CHECKINSORD

      public static final String NB_OF_CHECKINSORD
      Number of checkinSord calls.
      Since:
      20.00.000.005
      See Also:
    • DURATION_OF_CHECKINSORD

      public static final String DURATION_OF_CHECKINSORD
      Duration of checkinSord calls.
      Since:
      20.00.000.005
      See Also:
    • NB_OF_CHECKOUTSORD

      public static final String NB_OF_CHECKOUTSORD
      Number of checkoutSord calls.
      Since:
      20.00.000.005
      See Also:
    • DURATION_OF_CHECKOUTSORD

      public static final String DURATION_OF_CHECKOUTSORD
      Duration of checkoutSord calls.
      Since:
      20.00.000.005
      See Also:
  • Constructor Details

    • HealthCheckValueNameC

      public HealthCheckValueNameC()