java.lang.Object
java.lang.Enum<AtlasMetric>
org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
All Implemented Interfaces:
Serializable, Comparable<AtlasMetric>, Constable

public enum AtlasMetric extends Enum<AtlasMetric>
AtlasMetric describes the metrics from Apache Atlas that are captured by the Apache Atlas Survey Action Service.
  • Enum Constant Details

    • ENTITY_INSTANCE_COUNT

      public static final AtlasMetric ENTITY_INSTANCE_COUNT
    • CLASSIFICATION_COUNT

      public static final AtlasMetric CLASSIFICATION_COUNT
    • TYPE_UNUSED_COUNT

      public static final AtlasMetric TYPE_UNUSED_COUNT
    • TYPE_COUNT

      public static final AtlasMetric TYPE_COUNT
    • CLASSIFIED_ENTITY_COUNT

      public static final AtlasMetric CLASSIFIED_ENTITY_COUNT
    • ENTITY_TYPE_INSTANCE_COUNT

      public static final AtlasMetric ENTITY_TYPE_INSTANCE_COUNT
    • ENTITY_WITH_SUB_TYPE_INSTANCE_COUNT

      public static final AtlasMetric ENTITY_WITH_SUB_TYPE_INSTANCE_COUNT
    • ENTITY_DEF_COUNT

      public static final AtlasMetric ENTITY_DEF_COUNT
    • RELATIONSHIP_DEF_COUNT

      public static final AtlasMetric RELATIONSHIP_DEF_COUNT
    • CLASSIFICATION_DEF_COUNT

      public static final AtlasMetric CLASSIFICATION_DEF_COUNT
    • BUSINESS_METADATA_DEF_COUNT

      public static final AtlasMetric BUSINESS_METADATA_DEF_COUNT
  • Field Details

    • name

      public final String name
    • description

      public final String description
  • Method Details

    • values

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

      public static AtlasMetric valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Return the name of the metric.
      Returns:
      string name
    • getDescription

      public String getDescription()
      Return the description of the metric.
      Returns:
      text
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<AtlasMetric>
      Returns:
      string showing enum value