EvalContext

com.netflix.atlas.core.model.EvalContext
case class EvalContext(start: Long, end: Long, step: Long, state: Map[StatefulExpr, Any])

Attributes

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

Members list

Value members

Concrete methods

def bufferSize: Int

Buffer size that would be need to represent the result set based on the start time, end time, and step size.

Buffer size that would be need to represent the result set based on the start time, end time, and step size.

Attributes

def partition(oneStep: Long, unit: ChronoUnit): List[EvalContext]
def withOffset(offset: Long): EvalContext

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields