AllAggregateCollector

com.netflix.atlas.core.db.AllAggregateCollector

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def add(b: TimeSeriesBuffer): Unit

Add b to the aggregate.

Add b to the aggregate.

Attributes

def add(tags: Map[String, String], blocks: List[Block], aggr: Int, cf: ConsolidationFunction, multiple: Int, newBuffer: (Map[String, String]) => TimeSeriesBuffer): Int

Add a block to the aggregate directly. The underlying buffer must be using the same step size as the block storage.

Add a block to the aggregate directly. The underlying buffer must be using the same step size as the block storage.

Attributes

def combine(collector: AggregateCollector): Unit

Combine the data with another collector.

Combine the data with another collector.

Attributes

Returns the final set of aggregate buffers.

Returns the final set of aggregate buffers.

Attributes

Statistics for this collector.

Statistics for this collector.

Attributes

Inherited methods

protected def checkLimits(numLines: Int, numDatapoints: Int): Unit

Attributes

Inherited from:
LimitedAggregateCollector

Concrete fields