ConsolidationFunction

com.netflix.atlas.core.model.ConsolidationFunction
See theConsolidationFunction companion object
sealed trait ConsolidationFunction

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Max
object Min
trait SumOrAvgCf
object Avg
object Sum

Members list

Value members

Abstract methods

def compute(b: Block, pos: Int, aggr: Int, multiple: Int): Double
def name: String

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any