QueryVocabulary

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

Attributes

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

Members list

Type members

Classlikes

case object And 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
And.type
case object Contains extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Contains.type
case object Ends extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Ends.type
case object Equal extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Equal.type
case object False 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
False.type
case object GreaterThan extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
case object GreaterThanEqual extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
case object HasKey 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
HasKey.type
case object In 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
In.type
trait KeyValueWord extends SimpleWord

Attributes

Supertypes
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Known subtypes
object Contains
object Ends
object Equal
object GreaterThan
object LessThan
object LessThanEqual
object Regex
object Starts
Show all
case object LessThan extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
LessThan.type
case object LessThanEqual extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
case object Not 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
Not.type
case object Or 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
Or.type
case object Regex extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Regex.type
case object RegexIgnoreCase extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
case object Starts extends KeyValueWord

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait KeyValueWord
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
Starts.type
case object True 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
True.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]