com.netflix.atlas.core.db

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Collector for computing an aggregate or set of aggregates from a set of metric buffers.

Collector for computing an aggregate or set of aggregates from a set of metric buffers.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
trait BlockStore

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class BlockStoreItem(id: ItemId, tags: Map[String, String], blocks: BlockStore) extends TaggedItem

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait TaggedItem
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Database

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Limits

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Limits.type

Collector that returns a single buffer representing the max of all individual buffers.

Collector that returns a single buffer representing the max of all individual buffers.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class MemoryBlockStore(step: Long, blockSize: Int, numBlocks: Int) extends BlockStore

Attributes

Companion
object
Supertypes
trait BlockStore
class Object
trait Matchable
class Any
class MemoryDatabase(registry: Registry, config: Config) extends Database

Attributes

Companion
object
Supertypes
trait Database
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Collector that returns a single buffer representing the min of all individual buffers.

Collector that returns a single buffer representing the min of all individual buffers.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SimpleStaticDatabase(data: List[TimeSeries], config: Config) extends Database

Attributes

Supertypes
trait Database
class Object
trait Matchable
class Any
Known subtypes
class StaticDatabase(config: Config) extends SimpleStaticDatabase

Simple database with a predefined set of time series.

Simple database with a predefined set of time series.

Attributes

Companion
object
Supertypes
trait Database
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Collector that returns a single buffer representing the sum of all individual buffers.

Collector that returns a single buffer representing the sum of all individual buffers.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class TimeSeriesBuffer(val tags: Map[String, String], val data: ArrayTimeSeq) extends TimeSeries, TimeSeq, LazyTaggedItem

Mutable buffer for efficiently manipulating metric data.

Mutable buffer for efficiently manipulating metric data.

Attributes

Companion
object
Supertypes
trait TimeSeq
trait TimeSeries
trait TaggedItem
class Object
trait Matchable
class Any
Show all