Package de.elo.ix.client.health
Class HealthCheckValueNameC
java.lang.Object
de.elo.ix.client.health.HealthCheckValueNameC
Predefined value names for HealthCheckInfo objects.
- Since:
- 10.00.020.017
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Duration of checkinSord calls.static final String
Duration of checkoutSord calls.static final String
Duration of IX-method calls.static final String
Search Task duration.static final String
Duration of SQL queries.static final String
Duration of Workflow forwarding.static final String
Name of dynamically evaluated values starts with this prefix.static final String
Freier Speicher SQL Server.static final String
Number of checkinSord calls.static final String
Number of checkoutSord calls.static final String
Number of document files (resp.static final String
Number of document files with backup.static final String
Number of logically documents without backup.static final String
Number of logically documents.static final String
Number of failed logins.static final String
Number of Garbage Collections.static final String
Number of IX-method calls.static final String
Number of current sessions.static final String
Number of successful logins.static final String
Java Heap Size.static final String
Version status.static final String
Total size of document files (resp. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DYNAMIC
Name of dynamically evaluated values starts with this prefix.- See Also:
-
NB_OF_DOCUMENTS
Number of logically documents.- See Also:
-
NB_OF_DOCUMENT_FILES
Number of document files (resp. number of document versions).- See Also:
-
TOTAL_SIZE_OF_DOCUMENT_FILES
Total size of document files (resp. document versions).- See Also:
-
NB_OF_DOCUMENT_FILES_WITH_BACKUP
Number of document files with backup.- See Also:
-
NB_OF_DOCUMENT_FILES_WITHOUT_BACKUP
Number of logically documents without backup.- See Also:
-
NB_OF_FAILED_LOGINS
Number of failed logins. Due to wrong name or password.- See Also:
-
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
Number of current sessions.- Since:
- 20.00.000.002
- See Also:
-
STATUS_OF_VERSIONS
Version status.- Since:
- 20.00.000.002
- See Also:
-
FREE_SPACE_OF_SQL_SERVER
Freier Speicher SQL Server.- Since:
- 20.00.000.002
- See Also:
-
SIZE_OF_USED_JAVA_HEAP
Java Heap Size.- Since:
- 20.00.000.002
- See Also:
-
NB_OF_GARBAGE_COLLECTIONS
Number of Garbage Collections.- Since:
- 20.00.000.002
- See Also:
-
DURATION_OF_SEARCH_QUERY
Search Task duration.- Since:
- 20.00.000.002
- See Also:
-
DURATION_OF_SQL_QUERY
Duration of SQL queries.- Since:
- 20.00.000.002
- See Also:
-
DURATION_OF_WORKFLOW_FORWARDING
Duration of Workflow forwarding.- Since:
- 20.00.000.002
- See Also:
-
NB_OF_IX_METHOD_CALLS
Number of IX-method calls.- Since:
- 20.00.000.003
- See Also:
-
DURATION_OF_IX_METHOD_CALLS
Duration of IX-method calls.- Since:
- 20.00.000.003
- See Also:
-
NB_OF_CHECKINSORD
Number of checkinSord calls.- Since:
- 20.00.000.005
- See Also:
-
DURATION_OF_CHECKINSORD
Duration of checkinSord calls.- Since:
- 20.00.000.005
- See Also:
-
NB_OF_CHECKOUTSORD
Number of checkoutSord calls.- Since:
- 20.00.000.005
- See Also:
-
DURATION_OF_CHECKOUTSORD
Duration of checkoutSord calls.- Since:
- 20.00.000.005
- See Also:
-
-
Constructor Details
-
HealthCheckValueNameC
public HealthCheckValueNameC()
-