Class Rule
- java.lang.Object
-
- com.redislabs.redistimeseries.information.Rule
-
public class Rule extends Object
-
-
Constructor Summary
Constructors Constructor Description Rule(String target, long value, Aggregation aggregation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationgetAggregation()StringgetTarget()longgetValue()
-
-
-
Constructor Detail
-
Rule
public Rule(String target, long value, Aggregation aggregation)
-
-
Method Detail
-
getTarget
public String getTarget()
-
getValue
public long getValue()
-
getAggregation
public Aggregation getAggregation()
-
-