public class PropertySortedEventTableCoercedFactory extends PropertySortedEventTableFactory
Constructor and Description |
---|
PropertySortedEventTableCoercedFactory(int streamNum,
EventType eventType,
java.lang.String propertyName,
java.lang.Class coercionType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventTable[] |
makeEventTables() |
java.lang.String |
toString() |
getEventTableClass, toQueryPlan
public PropertySortedEventTableCoercedFactory(int streamNum, EventType eventType, java.lang.String propertyName, java.lang.Class coercionType)
streamNum
- - the stream number that is indexedeventType
- - types of events indexedpropertyName
- - property names to use for indexingcoercionType
- - property typespublic EventTable[] makeEventTables()
makeEventTables
in interface EventTableFactory
makeEventTables
in class PropertySortedEventTableFactory
public java.lang.String toString()
toString
in class java.lang.Object