|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.view.window.TimeBatchViewFactoryParams
public class TimeBatchViewFactoryParams
Parameters for batch views that provides common data flow parameter parsing.
Field Summary | |
---|---|
protected EventType |
eventType
Event type |
protected static java.lang.String |
FORCE_UPDATE_KEYWORD
Keyword for force update, i.e. |
protected boolean |
isForceUpdate
Indicate whether to output only if there is data, or to keep outputting empty batches. |
protected boolean |
isStartEager
Indicate whether to output only if there is data, or to keep outputting empty batches. |
protected static java.lang.String |
START_EAGER_KEYWORD
Keyword for starting eager, i.e. |
protected ExprTimePeriodEvalDeltaConst |
timeDeltaComputation
Number of msec before batch fires (either interval or number of events). |
Constructor Summary | |
---|---|
TimeBatchViewFactoryParams()
|
Method Summary | |
---|---|
protected void |
processKeywords(java.lang.Object keywords,
java.lang.String errorMessage)
Convert keywords into isForceUpdate and isStartEager members |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String FORCE_UPDATE_KEYWORD
protected static final java.lang.String START_EAGER_KEYWORD
protected EventType eventType
protected ExprTimePeriodEvalDeltaConst timeDeltaComputation
protected boolean isForceUpdate
protected boolean isStartEager
Constructor Detail |
---|
public TimeBatchViewFactoryParams()
Method Detail |
---|
protected void processKeywords(java.lang.Object keywords, java.lang.String errorMessage) throws ViewParameterException
keywords
- flow control keyword stringerrorMessage
- error message
ViewParameterException
- if parsing failed
|
© 2006-2015 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 |