|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.OutputLimitSpec
public class OutputLimitSpec
Spec for defining an output rate
Constructor Summary | |
---|---|
OutputLimitSpec(Double rate,
String variableForRate,
OutputLimitRateType rateType,
OutputLimitLimitType displayLimit)
Ctor. |
Method Summary | |
---|---|
OutputLimitLimitType |
getDisplayLimit()
Returns the type of output limit. |
Double |
getRate()
Returns the rate, or null or -1 if a variable is used instead |
OutputLimitRateType |
getRateType()
Returns the type of rate. |
String |
getVariableName()
Returns the variable name if set, or null if a fixed rate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputLimitSpec(Double rate, String variableForRate, OutputLimitRateType rateType, OutputLimitLimitType displayLimit)
rate
- is the fixed output rate, or null if by variabledisplayLimit
- - indicates whether to output only the first, only the last, or all eventsvariableForRate
- - an optional variable name instead of the raterateType
- - type of the rateMethod Detail |
---|
public OutputLimitLimitType getDisplayLimit()
public OutputLimitRateType getRateType()
public Double getRate()
public String getVariableName()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |