Enum ComponentInfoMetric

java.lang.Object
java.lang.Enum<ComponentInfoMetric>
tech.oxfordsemantic.jrdfox.client.ComponentInfoMetric
All Implemented Interfaces:
Serializable, Comparable<ComponentInfoMetric>, java.lang.constant.Constable

public enum ComponentInfoMetric extends Enum<ComponentInfoMetric>
Describes the types of metrics that are collected for components in RDFox.
  • Enum Constant Details

    • MEMORY_CONSUMED_IN_BYTES

      public static final ComponentInfoMetric MEMORY_CONSUMED_IN_BYTES
    • HASH_TABLE_BUCKETS_TOTAL

      public static final ComponentInfoMetric HASH_TABLE_BUCKETS_TOTAL
    • HASH_TABLE_BUCKETS_USED

      public static final ComponentInfoMetric HASH_TABLE_BUCKETS_USED
    • HASH_TABLE_LOAD_FACTOR

      public static final ComponentInfoMetric HASH_TABLE_LOAD_FACTOR
    • SERVER_VERSION

      public static final ComponentInfoMetric SERVER_VERSION
    • DATA_STORE_IS_OFFLINE

      public static final ComponentInfoMetric DATA_STORE_IS_OFFLINE
    • DATA_STORE_IS_LOCKED

      public static final ComponentInfoMetric DATA_STORE_IS_LOCKED
    • DATA_STORE_IS_PERSISTENT

      public static final ComponentInfoMetric DATA_STORE_IS_PERSISTENT
    • DATA_STORE_VERSION

      public static final ComponentInfoMetric DATA_STORE_VERSION
    • LAST_SNAPSHOT_DATA_STORE_VERSION

      public static final ComponentInfoMetric LAST_SNAPSHOT_DATA_STORE_VERSION
    • END_RESOURCE_ID

      public static final ComponentInfoMetric END_RESOURCE_ID
    • LAST_AUTO_COMPACTION_DATA_STORE_VERSION

      public static final ComponentInfoMetric LAST_AUTO_COMPACTION_DATA_STORE_VERSION
    • LAST_AUTO_COMPACTION_DURATION_IN_SECONDS

      public static final ComponentInfoMetric LAST_AUTO_COMPACTION_DURATION_IN_SECONDS
    • LAST_DEAD_FACT_REMOVAL_DATA_STORE_VERSION

      public static final ComponentInfoMetric LAST_DEAD_FACT_REMOVAL_DATA_STORE_VERSION
    • LAST_DEAD_FACT_REMOVAL_DURATION_IN_SECONDS

      public static final ComponentInfoMetric LAST_DEAD_FACT_REMOVAL_DURATION_IN_SECONDS
    • END_TUPLE_INDEX

      public static final ComponentInfoMetric END_TUPLE_INDEX
    • EXPLICIT_FACTS_TOTAL

      public static final ComponentInfoMetric EXPLICIT_FACTS_TOTAL
    • FACTS_TOTAL

      public static final ComponentInfoMetric FACTS_TOTAL
    • TUPLE_LIST_ENTRIES_TOTAL

      public static final ComponentInfoMetric TUPLE_LIST_ENTRIES_TOTAL
    • ROLE_MANAGER_COMPONENT_VERSION

      public static final ComponentInfoMetric ROLE_MANAGER_COMPONENT_VERSION
    • ROLES_TOTAL

      public static final ComponentInfoMetric ROLES_TOTAL
    • DICTIONARY_COMPONENT_VERSION

      public static final ComponentInfoMetric DICTIONARY_COMPONENT_VERSION
    • RESOURCE_IDS_TOTAL

      public static final ComponentInfoMetric RESOURCE_IDS_TOTAL
    • DELTA_QUERIES_TOTAL

      public static final ComponentInfoMetric DELTA_QUERIES_TOTAL
    • DELTA_QUERY_ANSWERS_TOTAL

      public static final ComponentInfoMetric DELTA_QUERY_ANSWERS_TOTAL
    • PATTERN_INDEXES_TOTAL

      public static final ComponentInfoMetric PATTERN_INDEXES_TOTAL
    • PATTERN_INDEX_MAXIMUM_SIZE

      public static final ComponentInfoMetric PATTERN_INDEX_MAXIMUM_SIZE
    • REASONING_STRATA_TOTAL

      public static final ComponentInfoMetric REASONING_STRATA_TOTAL
    • MAXIMUM_MEMORY_USE_IN_BYTES

      public static final ComponentInfoMetric MAXIMUM_MEMORY_USE_IN_BYTES
    • TOTAL_MEMORY_USE_IN_BYTES

      public static final ComponentInfoMetric TOTAL_MEMORY_USE_IN_BYTES
    • FILE_SEQUENCE_PERSISTENCE_NUMBER_OF_VERSIONS_RESTORED

      public static final ComponentInfoMetric FILE_SEQUENCE_PERSISTENCE_NUMBER_OF_VERSIONS_RESTORED
    • FILE_SEQUENCE_PERSISTENCE_NUMBER_OF_VERSIONS_RESTORED_AFTER_INITIAL_LOAD

      public static final ComponentInfoMetric FILE_SEQUENCE_PERSISTENCE_NUMBER_OF_VERSIONS_RESTORED_AFTER_INITIAL_LOAD
    • FILE_SEQUENCE_AVERAGE_REPLICATION_LAG_IN_SECONDS

      public static final ComponentInfoMetric FILE_SEQUENCE_AVERAGE_REPLICATION_LAG_IN_SECONDS
    • FILE_SEQUENCE_LONGEST_REPLICATION_LAG_IN_SECONDS

      public static final ComponentInfoMetric FILE_SEQUENCE_LONGEST_REPLICATION_LAG_IN_SECONDS
    • FILE_SEQUENCE_LONGEST_REPLICATION_LAG_SERVER_VERSION

      public static final ComponentInfoMetric FILE_SEQUENCE_LONGEST_REPLICATION_LAG_SERVER_VERSION
    • FILE_SEQUENCE_LONGEST_REPLICATION_LAG_DATA_STORE_VERSION

      public static final ComponentInfoMetric FILE_SEQUENCE_LONGEST_REPLICATION_LAG_DATA_STORE_VERSION
    • FILE_SEQUENCE_LAST_REPLICATION_LAG_IN_SECONDS

      public static final ComponentInfoMetric FILE_SEQUENCE_LAST_REPLICATION_LAG_IN_SECONDS
    • FILE_SEQUENCE_INSTANCES_TO_NOTIFY_TOTAL

      public static final ComponentInfoMetric FILE_SEQUENCE_INSTANCES_TO_NOTIFY_TOTAL
    • SECONDS_UNTIL_LICENSE_EXPIRY

      public static final ComponentInfoMetric SECONDS_UNTIL_LICENSE_EXPIRY
    • IDENTIFIER

      public static final ComponentInfoMetric IDENTIFIER
    • UNCATEGORIZED

      public static final ComponentInfoMetric UNCATEGORIZED
  • Method Details

    • values

      public static ComponentInfoMetric[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ComponentInfoMetric valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
    • getShortDescription

      public String getShortDescription()
    • getLongDescription

      public String getLongDescription()