public class EventTableUtil
extends java.lang.Object
Constructor and Description |
---|
EventTableUtil() |
Modifier and Type | Method and Description |
---|---|
static EventTable |
buildIndex(int indexedStreamNum,
QueryPlanIndexItem item,
EventType eventType,
boolean coerceOnAddOnly,
boolean unique,
java.lang.String optionalIndexName)
Build an index/table instance using the event properties for the event type.
|
public static EventTable buildIndex(int indexedStreamNum, QueryPlanIndexItem item, EventType eventType, boolean coerceOnAddOnly, boolean unique, java.lang.String optionalIndexName)
indexedStreamNum
- - number of stream indexedeventType
- - type of event to expectoptionalIndexName
-