TaggedItem

com.netflix.atlas.core.model.TaggedItem
See theTaggedItem companion object
trait TaggedItem

Represents an item that can be searched for using a set of tags.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def id: ItemId

Unique id based on the tags.

Unique id based on the tags.

Attributes

def tags: Map[String, String]

The tags associated with this item.

The tags associated with this item.

Attributes

Concrete methods

def foreach(f: (String, String) => Unit): Unit

Code that just needs to iterate over all tags should use this method. Allows for implementations to optimize how the tag data is stored and traversed.

Code that just needs to iterate over all tags should use this method. Allows for implementations to optimize how the tag data is stored and traversed.

Attributes

def idString: String

Standard string representation of the id.

Standard string representation of the id.

Attributes

def isExpired: Boolean

Returns true if the item is expired and no data is available.

Returns true if the item is expired and no data is available.

Attributes