public class EventTableUtil extends Object
Constructor and Description |
---|
EventTableUtil() |
Modifier and Type | Method and Description |
---|---|
static EventTable |
buildIndex(AgentInstanceContext agentInstanceContext,
int indexedStreamNum,
QueryPlanIndexItem item,
EventType eventType,
boolean unique,
String optionalIndexName,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget)
Build an index/table instance using the event properties for the event type.
|
public static EventTable buildIndex(AgentInstanceContext agentInstanceContext, int indexedStreamNum, QueryPlanIndexItem item, EventType eventType, boolean unique, String optionalIndexName, DataInputOutputSerde<Object> optionalValueSerde, boolean isFireAndForget)
agentInstanceContext
- contextindexedStreamNum
- - number of stream indexeditem
- plan itemeventType
- - type of event to expectunique
- indicates uniqueoptionalIndexName
- index nameoptionalValueSerde
- value serde if anyisFireAndForget
- indicates fire-and-forgetCopyright © 2005–2021. All rights reserved.