Class

com.netflix.atlas.core.model.Query

GreaterThan

Related Doc: package Query

Permalink

case class GreaterThan(k: String, v: String) extends KeyValueQuery with Product with Serializable

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

Instance Constructors

  1. new GreaterThan(k: String, v: String)

    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 check(s: String): Boolean

    Permalink
    Definition Classes
    GreaterThanKeyValueQuery
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. 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
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val k: String

    Permalink
    Definition Classes
    GreaterThanKeyQuery
  14. 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
    GreaterThanQuery
  15. 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
  16. 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
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def not: Query

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

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

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

    Permalink
    Definition Classes
    Query
  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
    GreaterThan → AnyRef → Any
  25. val v: String

    Permalink
  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 Serializable

Inherited from Serializable

Inherited from KeyValueQuery

Inherited from KeyQuery

Inherited from Query

Inherited from Expr

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped