Class TimeAccumViewFactory
java.lang.Object
com.espertech.esper.common.internal.view.time_accum.TimeAccumViewFactory
- All Implemented Interfaces:
DataWindowViewFactory
,DataWindowViewWithPrevious
,ViewFactory
public class TimeAccumViewFactory
extends Object
implements DataWindowViewFactory, DataWindowViewWithPrevious
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
protected EventType
protected int
protected TimePeriodCompute
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 TypeMethodDescriptionint
void
init
(ViewFactoryContext viewFactoryContext, EPStatementInitServices services) makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) void
setEventType
(EventType eventType) void
setScheduleCallbackId
(int scheduleCallbackId) void
setTimePeriodCompute
(TimePeriodCompute timePeriodCompute)
-
Field Details
-
EPTYPE
-
timePeriodCompute
-
scheduleCallbackId
protected int scheduleCallbackId -
eventType
-
-
Constructor Details
-
TimeAccumViewFactory
public TimeAccumViewFactory()
-
-
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
-
setTimePeriodCompute
-
setScheduleCallbackId
public void setScheduleCallbackId(int scheduleCallbackId) -
getScheduleCallbackId
public int getScheduleCallbackId() -
getViewName
- Specified by:
getViewName
in interfaceViewFactory
-