public class TimeAccumViewFactory extends Object implements DataWindowViewFactory, DataWindowViewWithPrevious
Modifier and Type | Field and Description |
---|---|
protected EventType |
eventType |
protected int |
scheduleCallbackId |
protected TimePeriodCompute |
timePeriodCompute |
Constructor and Description |
---|
TimeAccumViewFactory() |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
int |
getScheduleCallbackId() |
String |
getViewName() |
void |
init(ViewFactoryContext viewFactoryContext,
EPStatementInitServices services) |
RandomAccessByIndexGetter |
makePreviousGetter() |
View |
makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
void |
setEventType(EventType eventType) |
void |
setScheduleCallbackId(int scheduleCallbackId) |
void |
setTimePeriodCompute(TimePeriodCompute timePeriodCompute) |
protected TimePeriodCompute timePeriodCompute
protected int scheduleCallbackId
protected EventType eventType
public void setEventType(EventType eventType)
setEventType
in interface ViewFactory
public void init(ViewFactoryContext viewFactoryContext, EPStatementInitServices services)
init
in interface ViewFactory
public RandomAccessByIndexGetter makePreviousGetter()
makePreviousGetter
in interface DataWindowViewWithPrevious
public View makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
makeView
in interface ViewFactory
public EventType getEventType()
getEventType
in interface ViewFactory
public void setTimePeriodCompute(TimePeriodCompute timePeriodCompute)
public void setScheduleCallbackId(int scheduleCallbackId)
public int getScheduleCallbackId()
public String getViewName()
getViewName
in interface ViewFactory
Copyright © 2005–2018. All rights reserved.