DataVocabulary

com.netflix.atlas.core.model.DataVocabulary
object DataVocabulary extends Vocabulary

Attributes

Graph
Supertypes
trait Vocabulary
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object All extends DataWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DataWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
All.type
case object CfAvg extends CfWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CfWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
CfAvg.type
case object CfMax extends CfWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CfWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
CfMax.type
case object CfMin extends CfWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CfWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
CfMin.type
case object CfSum extends CfWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CfWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
CfSum.type
sealed trait CfWord extends SimpleWord

Attributes

Supertypes
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Known subtypes
object CfAvg
object CfMax
object CfMin
object CfSum
case object Count extends DataWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DataWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Count.type
sealed trait DataWord extends SimpleWord

Attributes

Supertypes
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Known subtypes
object All
object Count
object Max
object Min
object Sum
case object GroupBy extends SimpleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
GroupBy.type
case object Max extends DataWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DataWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Max.type
case object Min extends DataWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DataWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Min.type
case object Offset extends SimpleWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Offset.type
case object Sum extends DataWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DataWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Sum.type

Value members

Inherited methods

def allWords: List[Word]

Return a flattened list of all words from this vocabulary plus words from all dependencies.

Return a flattened list of all words from this vocabulary plus words from all dependencies.

Attributes

Inherited from:
Vocabulary

Return a flattened list of all dependency vocabularies.

Return a flattened list of all dependency vocabularies.

Attributes

Inherited from:
Vocabulary
def toMarkdown: String

Attributes

Inherited from:
Vocabulary

Concrete fields

val dependsOn: List[Vocabulary]
val name: String
val words: List[Word]