com.axibase.tsd.model.data.command
Class ThresholdAggregateMatcher

java.lang.Object
  extended by com.axibase.tsd.model.data.command.SimpleAggregateMatcher
      extended by com.axibase.tsd.model.data.command.ThresholdAggregateMatcher

public class ThresholdAggregateMatcher
extends SimpleAggregateMatcher

Author:
Nikolay Malevanny.

Constructor Summary
protected ThresholdAggregateMatcher(Interval interval, Interpolate interpolate, AggregateType type, AggregateType... types)
           
  ThresholdAggregateMatcher(Interval interval, Interpolate interpolate, WorkingMinutes workingMinutes, Threshold threshold, Calendar calendar, AggregateType type, AggregateType... types)
           
 
Method Summary
 Calendar getCalendar()
           
 Threshold getThreshold()
           
 WorkingMinutes getWorkingMinutes()
           
 void setCalendar(Calendar calendar)
           
 void setThreshold(Threshold threshold)
           
 void setWorkingMinutes(WorkingMinutes workingMinutes)
           
 String toString()
           
 
Methods inherited from class com.axibase.tsd.model.data.command.SimpleAggregateMatcher
getInterpolate, getInterval, getTypes, init, setInterpolate, setInterval, setTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThresholdAggregateMatcher

protected ThresholdAggregateMatcher(Interval interval,
                                    Interpolate interpolate,
                                    AggregateType type,
                                    AggregateType... types)

ThresholdAggregateMatcher

public ThresholdAggregateMatcher(Interval interval,
                                 Interpolate interpolate,
                                 WorkingMinutes workingMinutes,
                                 Threshold threshold,
                                 Calendar calendar,
                                 AggregateType type,
                                 AggregateType... types)
Method Detail

getWorkingMinutes

public WorkingMinutes getWorkingMinutes()

getThreshold

public Threshold getThreshold()

getCalendar

public Calendar getCalendar()

setWorkingMinutes

public void setWorkingMinutes(WorkingMinutes workingMinutes)

setThreshold

public void setThreshold(Threshold threshold)

setCalendar

public void setCalendar(Calendar calendar)

toString

public String toString()
Overrides:
toString in class SimpleAggregateMatcher


Copyright © 2015. All rights reserved.