TagKey

com.netflix.atlas.core.model.TagKey
See theTagKey companion object
case class TagKey(name: String, count: Int)

Key name and an associated count.

Value parameters

count

number of items with this tag key or -1 if unknown

name

key for the tag

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def <(t: TagKey): Boolean
def >(t: TagKey): Boolean
def compareTo(t: TagKey): Int

Tags are ordered by key, value, and then count.

Tags are ordered by key, value, and then count.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product