Enum ComponentInfoMetric
java.lang.Object
java.lang.Enum<ComponentInfoMetric>
tech.oxfordsemantic.jrdfox.client.ComponentInfoMetric
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ComponentInfoMetric>,java.lang.constant.Constable
public enum ComponentInfoMetric extends java.lang.Enum<ComponentInfoMetric>
Describes the types of metrics that are collected for components in RDFox.
-
Nested Class Summary
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetLongDescription()java.lang.StringgetName()java.lang.StringgetShortDescription()static ComponentInfoMetricvalueOf(java.lang.String name)Returns 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.
-
Enum Constant Details
-
MEMORY_CONSUMED_IN_BYTES
-
HASH_TABLE_BUCKETS_TOTAL
-
HASH_TABLE_BUCKETS_USED
-
HASH_TABLE_LOAD_FACTOR
-
SERVER_VERSION
-
DATA_STORE_VERSION
-
LAST_SNAPSHOT_DATA_STORE_VERSION
-
END_RESOURCE_ID
-
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
-
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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getName
public java.lang.String getName() -
getShortDescription
public java.lang.String getShortDescription() -
getLongDescription
public java.lang.String getLongDescription()
-