Trait

com.netflix.atlas.core.model.Query

KeyValueQuery

Related Doc: package Query

Permalink

sealed trait KeyValueQuery extends KeyQuery

Linear Supertypes
KeyQuery, Query, Expr, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyValueQuery
  2. KeyQuery
  3. Query
  4. Expr
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def check(s: String): Boolean

    Permalink
  3. abstract def k: String

    Permalink
    Definition Classes
    KeyQuery
  4. abstract def labelString: String

    Permalink

    Returns a string that summarizes the query expression in a human readable format.

    Returns a string that summarizes the query expression in a human readable format.

    Definition Classes
    Query
  5. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  6. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and(query: Query): Query

    Permalink
    Definition Classes
    Query
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def couldMatch(tags: Map[String, String]): Boolean

    Permalink

    Returns true if the query expression could match if additional tags were added.

    Returns true if the query expression could match if additional tags were added. Typically used for doing some initial filtering based on a partial list of common tags.

    Definition Classes
    KeyValueQueryQuery
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def exprString: String

    Permalink

    Returns a string that can be executed with the stack interpreter to create this expression.

    Returns a string that can be executed with the stack interpreter to create this expression.

    Definition Classes
    Expr
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def matches(tags: Map[String, String]): Boolean

    Permalink

    Returns true if the query expression matches the tags.

    Returns true if the query expression matches the tags.

    Definition Classes
    KeyValueQueryQuery
  15. def matchesAny(tags: Map[String, List[String]]): Boolean

    Permalink

    Returns true if the query matches for any of the items in the list.

    Returns true if the query matches for any of the items in the list.

    Definition Classes
    KeyValueQueryQuery
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def not: Query

    Permalink
    Definition Classes
    Query
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def or(query: Query): Query

    Permalink
    Definition Classes
    Query
  21. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  22. def productPrefix: String

    Permalink
    Definition Classes
    Product
  23. def rewrite(f: PartialFunction[Expr, Expr]): Expr

    Permalink

    Rewrite the expression using the specified function.

    Rewrite the expression using the specified function. The default implementation will try to recursively apply the rewrite to case classes.

    Definition Classes
    Expr
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from KeyQuery

Inherited from Query

Inherited from Expr

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped