public class PriorEventViewFactory extends Object implements ViewFactory
PriorEventView
instances.Modifier and Type | Field and Description |
---|---|
protected EventType |
eventType |
protected boolean |
isUnbound
unbound to indicate the we are not receiving remove stream events (unbound stream, stream without child
views) therefore must use a different buffer.
|
Constructor and Description |
---|
PriorEventViewFactory() |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
String |
getViewName() |
void |
init(ViewFactoryContext viewFactoryContext,
EPStatementInitServices services) |
View |
makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
ViewUpdatedCollection |
makeViewUpdatedCollection(SortedSet<Integer> priorRequests,
AgentInstanceContext agentInstanceContext) |
void |
setEventType(EventType eventType) |
void |
setUnbound(boolean unbound) |
protected EventType eventType
protected boolean isUnbound
public void setUnbound(boolean unbound)
public void setEventType(EventType eventType)
setEventType
in interface ViewFactory
public void init(ViewFactoryContext viewFactoryContext, EPStatementInitServices services)
init
in interface ViewFactory
public View makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
makeView
in interface ViewFactory
public ViewUpdatedCollection makeViewUpdatedCollection(SortedSet<Integer> priorRequests, AgentInstanceContext agentInstanceContext)
public EventType getEventType()
getEventType
in interface ViewFactory
public String getViewName()
getViewName
in interface ViewFactory
Copyright © 2005–2018. All rights reserved.