Class EventTableUtil
java.lang.Object
com.espertech.esper.common.internal.epl.index.base.EventTableUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EventTable
buildIndex
(AgentInstanceContext agentInstanceContext, int indexedStreamNum, QueryPlanIndexItem item, EventType eventType, boolean unique, String optionalIndexName, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget) Build an index/table instance using the event properties for the event type.
-
Constructor Details
-
EventTableUtil
public EventTableUtil()
-
-
Method Details
-
buildIndex
public static EventTable buildIndex(AgentInstanceContext agentInstanceContext, int indexedStreamNum, QueryPlanIndexItem item, EventType eventType, boolean unique, String optionalIndexName, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget) Build an index/table instance using the event properties for the event type.- Parameters:
agentInstanceContext
- contextindexedStreamNum
- - number of stream indexeditem
- plan itemeventType
- - type of event to expectunique
- indicates uniqueoptionalIndexName
- index nameoptionalValueSerde
- value serde if anyisFireAndForget
- indicates fire-and-forget- Returns:
- table build
-