Packages

final class Descriptor extends AnyRef

General descriptor for metrics and events.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Descriptor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def builder(): Builder

    Create a new descriptor builder, based on this descriptor.

    Create a new descriptor builder, based on this descriptor.

    returns

    new Descriptor.Builder to create a new descriptor

  2. def equals(o: Any): Boolean
    Definition Classes
    Descriptor → AnyRef → Any
    Annotations
    @Override()
  3. def getCategories(): Set[String]
  4. def getConfigPath(): String
  5. def getGroupName(): String
  6. def getHints(): Set[String]
  7. def getKey(): String
  8. def getName(): String
  9. def getTags(): Map[String, String]
  10. def getUnitPluralSuffix(): String
  11. def getUnitSuffix(): String
  12. def getUnitType(): UnitType
  13. def hasConfigPath(): Boolean
  14. def hasGroupName(): Boolean
  15. def hasKey(): Boolean
  16. def hasName(): Boolean
  17. def hashCode(): Int
    Definition Classes
    Descriptor → AnyRef → Any
    Annotations
    @Override()
  18. def isCustom(): Boolean
  19. def isEnabled(): Boolean
  20. def toString(): String
    Definition Classes
    Descriptor → AnyRef → Any
    Annotations
    @Override()