final class Descriptor extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def builder(): Builder
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(o: AnyRef): Boolean
- def getCategories(): Set[String]
- final def getClass(): Class[_ <: AnyRef]
- def getConfigPath(): String
- def getGroupName(): String
- def getHints(): Set[String]
- def getKey(): String
- def getName(): String
- def getTags(): Map[String, String]
- def getUnitPluralSuffix(): String
- def getUnitSuffix(): String
- def getUnitType(): UnitType
- def hasConfigPath(): Boolean
- def hasGroupName(): Boolean
- def hasKey(): Boolean
- def hasName(): Boolean
- def hasUnitPluralSuffix(): Boolean
- def hasUnitSuffix(): Boolean
- def hashCode(): Int
- def isCustom(): Boolean
- def isEnabled(): Boolean
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def builder(): Builder
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(o: AnyRef): Boolean
- def getCategories(): Set[String]
- final def getClass(): Class[_ <: AnyRef]
- def getConfigPath(): String
- def getGroupName(): String
- def getHints(): Set[String]
- def getKey(): String
- def getName(): String
- def getTags(): Map[String, String]
- def getUnitPluralSuffix(): String
- def getUnitSuffix(): String
- def getUnitType(): UnitType
- def hasConfigPath(): Boolean
- def hasGroupName(): Boolean
- def hasKey(): Boolean
- def hasName(): Boolean
- def hasUnitPluralSuffix(): Boolean
- def hasUnitSuffix(): Boolean
- def hashCode(): Int
- def isCustom(): Boolean
- def isEnabled(): Boolean
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
This is the public API for Cinnamon.
The com.lightbend.cinnamon package contains the public Cinnamon API.
See the complete list of Cinnamon packages on the right.
Cinnamon Events and Metrics
For the custom events API see
CinnamonEvents
.For the custom metrics API see
CinnamonMetrics
.Stopwatch
For the Stopwatch API see
Stopwatch
.Coda Hale Metrics
For creating custom Coda Hale Metrics reporters see the com.lightbend.cinnamon.chmetrics.reporter package.