public class TimeBatchViewFactory extends Object implements DataWindowViewFactory, DataWindowViewWithPrevious
TimeBatchView
.Modifier and Type | Field and Description |
---|---|
protected EventType |
eventType |
protected boolean |
isForceUpdate |
protected boolean |
isStartEager |
protected Long |
optionalReferencePoint
The reference point, or null if none supplied.
|
protected int |
scheduleCallbackId |
protected TimePeriodCompute |
timePeriodCompute |
Constructor and Description |
---|
TimeBatchViewFactory() |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
Long |
getOptionalReferencePoint() |
int |
getScheduleCallbackId() |
String |
getViewName() |
void |
init(ViewFactoryContext viewFactoryContext,
EPStatementInitServices services) |
boolean |
isForceUpdate() |
boolean |
isStartEager() |
PreviousGetterStrategy |
makePreviousGetter() |
View |
makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
void |
setEventType(EventType eventType) |
void |
setForceUpdate(boolean forceUpdate) |
void |
setOptionalReferencePoint(Long optionalReferencePoint) |
void |
setScheduleCallbackId(int scheduleCallbackId) |
void |
setStartEager(boolean startEager) |
void |
setTimePeriodCompute(TimePeriodCompute timePeriodCompute) |
protected Long optionalReferencePoint
protected int scheduleCallbackId
protected TimePeriodCompute timePeriodCompute
protected EventType eventType
protected boolean isForceUpdate
protected boolean isStartEager
public void setOptionalReferencePoint(Long optionalReferencePoint)
public void setScheduleCallbackId(int scheduleCallbackId)
public void setTimePeriodCompute(TimePeriodCompute timePeriodCompute)
public void setEventType(EventType eventType)
setEventType
in interface ViewFactory
public void setForceUpdate(boolean forceUpdate)
public void setStartEager(boolean startEager)
public void init(ViewFactoryContext viewFactoryContext, EPStatementInitServices services)
init
in interface ViewFactory
public PreviousGetterStrategy makePreviousGetter()
makePreviousGetter
in interface DataWindowViewWithPrevious
public View makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
makeView
in interface ViewFactory
public EventType getEventType()
getEventType
in interface ViewFactory
public Long getOptionalReferencePoint()
public int getScheduleCallbackId()
public boolean isForceUpdate()
public boolean isStartEager()
public String getViewName()
getViewName
in interface ViewFactory
Copyright © 2005–2018. All rights reserved.