Enum ComponentInfoMetric
- All Implemented Interfaces:
Serializable, Comparable<ComponentInfoMetric>, java.lang.constant.Constable
Describes the types of metrics that are collected for components in RDFox.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetName()static ComponentInfoMetricReturns the enum constant of this type with the specified name.static ComponentInfoMetric[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
MEMORY_CONSUMED_IN_BYTES
-
HASH_TABLE_BUCKETS_TOTAL
-
HASH_TABLE_BUCKETS_USED
-
HASH_TABLE_LOAD_FACTOR
-
SERVER_VERSION
-
DATA_STORE_IS_OFFLINE
-
DATA_STORE_IS_LOCKED
-
DATA_STORE_IS_PERSISTENT
-
DATA_STORE_VERSION
-
LAST_SNAPSHOT_DATA_STORE_VERSION
-
END_RESOURCE_ID
-
LAST_AUTO_COMPACTION_DATA_STORE_VERSION
-
LAST_AUTO_COMPACTION_DURATION_IN_SECONDS
-
LAST_DEAD_FACT_REMOVAL_DATA_STORE_VERSION
-
LAST_DEAD_FACT_REMOVAL_DURATION_IN_SECONDS
-
END_TUPLE_INDEX
-
EXPLICIT_FACTS_TOTAL
-
FACTS_TOTAL
-
TUPLE_LIST_ENTRIES_TOTAL
-
ROLE_MANAGER_COMPONENT_VERSION
-
ROLES_TOTAL
-
DICTIONARY_COMPONENT_VERSION
-
RESOURCE_IDS_TOTAL
-
DELTA_QUERIES_TOTAL
-
DELTA_QUERY_ANSWERS_TOTAL
-
PATTERN_INDEXES_TOTAL
-
PATTERN_INDEX_MAXIMUM_SIZE
-
REASONING_STRATA_TOTAL
-
MAXIMUM_MEMORY_USE_IN_BYTES
-
TOTAL_MEMORY_USE_IN_BYTES
-
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
-
FILE_SEQUENCE_LONGEST_REPLICATION_LAG_IN_SECONDS
-
FILE_SEQUENCE_LONGEST_REPLICATION_LAG_SERVER_VERSION
-
FILE_SEQUENCE_LONGEST_REPLICATION_LAG_DATA_STORE_VERSION
-
FILE_SEQUENCE_LAST_REPLICATION_LAG_IN_SECONDS
-
FILE_SEQUENCE_INSTANCES_TO_NOTIFY_TOTAL
-
SECONDS_UNTIL_LICENSE_EXPIRY
-
IDENTIFIER
-
UNCATEGORIZED
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getName
-
getShortDescription
-
getLongDescription
-