com.espertech.esper.epl.join.table
Class PropertyIndexedEventTableSingleCoerceAddFactory
java.lang.Object
com.espertech.esper.epl.join.table.PropertyIndexedEventTableSingleFactory
com.espertech.esper.epl.join.table.PropertyIndexedEventTableSingleCoerceAddFactory
- All Implemented Interfaces:
- EventTableFactory
- Direct Known Subclasses:
- PropertyIndexedEventTableSingleCoerceAllFactory
public class PropertyIndexedEventTableSingleCoerceAddFactory
- extends PropertyIndexedEventTableSingleFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
coercer
protected final SimpleNumberCoercer coercer
coercionType
protected final java.lang.Class coercionType
PropertyIndexedEventTableSingleCoerceAddFactory
public PropertyIndexedEventTableSingleCoerceAddFactory(int streamNum,
EventType eventType,
java.lang.String propertyName,
java.lang.Class coercionType)
- Ctor.
- Parameters:
streamNum
- is the stream number of the indexed streameventType
- is the event type of the indexed streampropertyName
- are the property names to get property valuescoercionType
- are the classes to coerce indexed values to
makeEventTables
public EventTable[] makeEventTables(EventTableFactoryTableIdent tableIdent)
- Specified by:
makeEventTables
in interface EventTableFactory
- Overrides:
makeEventTables
in class PropertyIndexedEventTableSingleFactory
getOrganization
protected EventTableOrganization getOrganization()