ExpressionSplitter

com.netflix.atlas.lwcapi.ExpressionSplitter
See theExpressionSplitter companion object
class ExpressionSplitter(config: Config)

Splits a complete graph expression (StyleExpr) string into a set of subscriptions. Each subscription is based on the underlying data expressions (DataExpr) that get pushed back to the systems supplying data to LWCAPI.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def split(expression: String, exprType: ExprType, frequency: Long): List[Subscription]