TimeGroupsTuple

com.netflix.atlas.eval.model.TimeGroupsTuple
case class TimeGroupsTuple(groups: List[TimeGroup], messages: List[MessageEnvelope])

Pairs set of time groups with other arbitrary messages to pass through to the consumer.

Attributes

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

Members list

Value members

Concrete methods

def step: Long

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product