Class

com.netflix.atlas.core.model.Query

And

Related Doc: package Query

Permalink

case class And(q1: Query, q2: Query) extends Query with Product with Serializable

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

Instance Constructors

  1. new And(q1: Query, q2: Query)

    Permalink

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
    AndQuery
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. 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
  10. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  12. 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
    AndQuery
  13. 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
    AndQuery
  14. 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
    AndQuery
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def not: Query

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

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

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

    Permalink
    Definition Classes
    Query
  20. val q1: Query

    Permalink
  21. val q2: Query

    Permalink
  22. 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
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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 Serializable

Inherited from Serializable

Inherited from Query

Inherited from Expr

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped