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. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. 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

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(o: AnyRef): Boolean
    Definition Classes
    Descriptor → AnyRef → Any
    Annotations
    @Override()
  9. def getCategories(): Set[String]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getConfigPath(): String
  12. def getGroupName(): String
  13. def getHints(): Set[String]
  14. def getKey(): String
  15. def getName(): String
  16. def getTags(): Map[String, String]
  17. def getUnitPluralSuffix(): String
  18. def getUnitSuffix(): String
  19. def getUnitType(): UnitType
  20. def hasConfigPath(): Boolean
  21. def hasGroupName(): Boolean
  22. def hasKey(): Boolean
  23. def hasName(): Boolean
  24. def hashCode(): Int
    Definition Classes
    Descriptor → AnyRef → Any
    Annotations
    @Override()
  25. def isCustom(): Boolean
  26. def isEnabled(): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Descriptor → AnyRef → Any
    Annotations
    @Override()
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped