public class TimeBatchViewFactoryParams extends Object
Modifier and Type | Field and Description |
---|---|
protected EventType |
eventType
Event type
|
protected static 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 String |
START_EAGER_KEYWORD
Keyword for starting eager, i.e.
|
protected ExprTimePeriodEvalDeltaConstFactory |
timeDeltaComputationFactory
Number of msec before batch fires (either interval or number of events).
|
Constructor and Description |
---|
TimeBatchViewFactoryParams() |
Modifier and Type | Method and Description |
---|---|
boolean |
isForceUpdate() |
boolean |
isStartEager() |
protected void |
processKeywords(Object keywords,
String errorMessage)
Convert keywords into isForceUpdate and isStartEager members
|
protected static final String FORCE_UPDATE_KEYWORD
protected static final String START_EAGER_KEYWORD
protected EventType eventType
protected ExprTimePeriodEvalDeltaConstFactory timeDeltaComputationFactory
protected boolean isForceUpdate
protected boolean isStartEager
protected void processKeywords(Object keywords, String errorMessage) throws ViewParameterException
keywords
- flow control keyword string expressionerrorMessage
- error messageViewParameterException
- if parsing failedpublic boolean isForceUpdate()
public boolean isStartEager()