PriorityK

com.netflix.atlas.core.model.FilterVocabulary.PriorityK
case class PriorityK(name: String, op: (TimeSeriesExpr, String, Int) => FilterExpr) extends SimpleWord

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def examples: List[String]

Set of examples showing the usage of the word.

Set of examples showing the usage of the word.

Attributes

Definition Classes
override def signature: String

Signature of the method showing the before and after effect on the stack.

Signature of the method showing the before and after effect on the stack.

Attributes

Definition Classes
override def summary: String

Short description of the word to help the user understand what it does.

Short description of the word to help the user understand what it does.

Attributes

Definition Classes

Inherited methods

def execute(context: Context): Context

Execute this command against the provided context.

Execute this command against the provided context.

Attributes

Inherited from:
SimpleWord
protected def invalidStack: Nothing

Throw an exception to indicate an invalid stack was passed into the execution.

Throw an exception to indicate an invalid stack was passed into the execution.

Attributes

Inherited from:
Word
def isStable: Boolean

Returns true if this operation is considered stable. New operations should override this method to return false until the API is finalized.

Returns true if this operation is considered stable. New operations should override this method to return false until the API is finalized.

Attributes

Inherited from:
Word
def matches(stack: List[Any]): Boolean

Check if the this word can be executed against the current stack. Can be used as a basis for finding auto-completion candidates.

Check if the this word can be executed against the current stack. Can be used as a basis for finding auto-completion candidates.

Attributes

Inherited from:
SimpleWord
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product