FilterVocabulary

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

Attributes

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

Members list

Type members

Classlikes

case object Filter 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
Filter.type
case class PriorityK(name: String, op: (TimeSeriesExpr, String, Int) => FilterExpr) extends SimpleWord

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
case object Stat 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
Stat.type
case object StatAvg extends StatWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
StatAvg.type
case object StatCount extends StatWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
StatCount.type
case object StatLast extends StatWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
StatLast.type
case object StatMax extends StatWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
StatMax.type
case object StatMin extends StatWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
StatMin.type
case object StatTotal extends StatWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
StatTotal.type
trait StatWord extends SimpleWord

Attributes

Supertypes
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Known subtypes
object StatAvg
object StatCount
object StatLast
object StatMax
object StatMin
object StatTotal
Show all

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]