public class RowRecogNFAViewFactory extends Object implements ViewFactory
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
protected DataInputOutputSerde<Object> |
partitionKeySerde |
protected int |
scheduleCallbackId |
EMPTY_ARRAY, EPTYPEARRAY, EPTYPEARRAYARRAY, SINGLE_ELEMENT_ARRAY
Constructor and Description |
---|
RowRecogNFAViewFactory() |
Modifier and Type | Method and Description |
---|---|
RowRecogNFAState[] |
getAllStates() |
RowRecogDesc |
getDesc() |
EventType |
getEventType() |
DataInputOutputSerde<Object> |
getPartitionKeySerde() |
int |
getScheduleCallbackId() |
RowRecogNFAState[] |
getStartStates() |
String |
getViewName() |
void |
init(ViewFactoryContext viewFactoryContext,
EPStatementInitServices services) |
boolean |
isTrackMaxStates() |
View |
makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
void |
setDesc(RowRecogDesc desc) |
void |
setEventType(EventType eventType) |
void |
setScheduleCallbackId(int scheduleCallbackId) |
public static final EPTypeClass EPTYPE
protected DataInputOutputSerde<Object> partitionKeySerde
protected int scheduleCallbackId
public void setDesc(RowRecogDesc desc)
public void setScheduleCallbackId(int scheduleCallbackId)
public RowRecogDesc getDesc()
public void setEventType(EventType eventType)
setEventType
in interface ViewFactory
public EventType getEventType()
getEventType
in interface ViewFactory
public void init(ViewFactoryContext viewFactoryContext, EPStatementInitServices services)
init
in interface ViewFactory
public View makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
makeView
in interface ViewFactory
public boolean isTrackMaxStates()
public RowRecogNFAState[] getStartStates()
public RowRecogNFAState[] getAllStates()
public DataInputOutputSerde<Object> getPartitionKeySerde()
public int getScheduleCallbackId()
public String getViewName()
getViewName
in interface ViewFactory
Copyright © 2005–2020. All rights reserved.