com.espertech.esper.epl.join.table
Class PropertySortedEventTableCoercedFactory
java.lang.Object
com.espertech.esper.epl.join.table.PropertySortedEventTableFactory
com.espertech.esper.epl.join.table.PropertySortedEventTableCoercedFactory
- All Implemented Interfaces:
- EventTableFactory
public class PropertySortedEventTableCoercedFactory
- extends PropertySortedEventTableFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
coercionType
protected java.lang.Class coercionType
PropertySortedEventTableCoercedFactory
public PropertySortedEventTableCoercedFactory(int streamNum,
EventType eventType,
java.lang.String propertyName,
java.lang.Class coercionType)
- Ctor.
- Parameters:
streamNum
- - the stream number that is indexedeventType
- - types of events indexedpropertyName
- - property names to use for indexingcoercionType
- - property types
makeEventTables
public EventTable[] makeEventTables(EventTableFactoryTableIdent tableIdent)
- Specified by:
makeEventTables
in interface EventTableFactory
- Overrides:
makeEventTables
in class PropertySortedEventTableFactory
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getOrganization
protected EventTableOrganization getOrganization()
- Overrides:
getOrganization
in class PropertySortedEventTableFactory