ListValueFunction

com.netflix.atlas.core.norm.ListValueFunction

Simple value function used for testing and debugging. Collects output in a list so it is easy to examine.

Attributes

Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(timestamp: Long, value: Double): Unit
def doClose(): Unit
def result(): List[(Long, Double)]
def update(timestamp: Long, value: Double): List[(Long, Double)]

Inherited methods

override def close(): Unit

Attributes

Definition Classes
ValueFunction -> AutoCloseable
Inherited from:
ValueFunction

Concrete fields