public class PropertyIndexedEventTableCoerceAllFactory extends PropertyIndexedEventTableCoerceAddFactory
MultiKeyUntyped
keys that store the property values.
Performs coercion of the index keys before storing the keys, and coercion of the lookup keys before lookup.
Takes a list of property names as parameter. Doesn't care which event type the events have as long as the properties exist. If the same event is added twice, the class throws an exception on add.
Constructor and Description |
---|
PropertyIndexedEventTableCoerceAllFactory(int streamNum,
EventType eventType,
java.lang.String[] propertyNames,
java.lang.Class[] coercionType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventTable[] |
makeEventTables() |
getEventTableClass, toQueryPlan
public PropertyIndexedEventTableCoerceAllFactory(int streamNum, EventType eventType, java.lang.String[] propertyNames, java.lang.Class[] coercionType)
streamNum
- is the stream number of the indexed streameventType
- is the event type of the indexed streampropertyNames
- are the property names to get property valuescoercionType
- are the classes to coerce indexed values topublic EventTable[] makeEventTables()
makeEventTables
in interface EventTableFactory
makeEventTables
in class PropertyIndexedEventTableCoerceAddFactory