SumOrAvgCf

com.netflix.atlas.core.model.ConsolidationFunction.SumOrAvgCf
sealed trait SumOrAvgCf extends ConsolidationFunction

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Avg
object Sum

Members list

Value members

Inherited 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
Inherited from:
ConsolidationFunction

Inherited and Abstract methods

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

Attributes

Inherited from:
ConsolidationFunction
def name: String

Attributes

Inherited from:
ConsolidationFunction