Class ExternallyTimedBatchViewFactory
java.lang.Object
com.espertech.esper.common.internal.view.exttimedbatch.ExternallyTimedBatchViewFactory
- All Implemented Interfaces:
DataWindowViewFactory
,DataWindowViewWithPrevious
,ViewFactory
public class ExternallyTimedBatchViewFactory
extends Object
implements DataWindowViewFactory, DataWindowViewWithPrevious
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
protected EventType
protected Long
protected TimePeriodCompute
protected ExprEvaluator
Fields inherited from interface com.espertech.esper.common.internal.view.core.ViewFactory
EMPTY_ARRAY, EPTYPEARRAY, EPTYPEARRAYARRAY, SINGLE_ELEMENT_ARRAY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ViewFactoryContext viewFactoryContext, EPStatementInitServices services) makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) void
setEventType
(EventType eventType) void
setOptionalReferencePoint
(Long optionalReferencePoint) void
setTimePeriodCompute
(TimePeriodCompute timePeriodCompute) void
setTimestampEval
(ExprEvaluator timestampEval)
-
Field Details
-
EPTYPE
-
eventType
-
timestampEval
-
optionalReferencePoint
-
timePeriodCompute
-
-
Constructor Details
-
ExternallyTimedBatchViewFactory
public ExternallyTimedBatchViewFactory()
-
-
Method Details
-
setEventType
- Specified by:
setEventType
in interfaceViewFactory
-
init
- Specified by:
init
in interfaceViewFactory
-
makePreviousGetter
- Specified by:
makePreviousGetter
in interfaceDataWindowViewWithPrevious
-
makeView
- Specified by:
makeView
in interfaceViewFactory
-
getEventType
- Specified by:
getEventType
in interfaceViewFactory
-
getOptionalReferencePoint
-
getTimestampEval
-
setTimestampEval
-
setOptionalReferencePoint
-
setTimePeriodCompute
-
getViewName
- Specified by:
getViewName
in interfaceViewFactory
-