Class PropertyCompositeEventTableFactoryFactory
java.lang.Object
com.espertech.esper.common.internal.epl.index.composite.PropertyCompositeEventTableFactoryFactory
- All Implemented Interfaces:
EventTableFactoryFactory
public class PropertyCompositeEventTableFactoryFactory
extends Object
implements EventTableFactoryFactory
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPropertyCompositeEventTableFactoryFactory
(int indexedStreamNum, Integer subqueryNum, boolean isFireAndForget, String[] keyProps, EPTypeClass[] keyTypes, EventPropertyValueGetter keyGetter, DataInputOutputSerde keySerde, String[] rangeProps, EPTypeClass[] rangeTypes, EventPropertyValueGetter[] rangeGetters, DataInputOutputSerde[] rangeKeySerdes) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(EventType eventType, EventTableFactoryFactoryContext eventTableFactoryContext)
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
PropertyCompositeEventTableFactoryFactory
public PropertyCompositeEventTableFactoryFactory(int indexedStreamNum, Integer subqueryNum, boolean isFireAndForget, String[] keyProps, EPTypeClass[] keyTypes, EventPropertyValueGetter keyGetter, DataInputOutputSerde keySerde, String[] rangeProps, EPTypeClass[] rangeTypes, EventPropertyValueGetter[] rangeGetters, DataInputOutputSerde[] rangeKeySerdes)
-
-
Method Details
-
create
public EventTableFactory create(EventType eventType, EventTableFactoryFactoryContext eventTableFactoryContext) - Specified by:
create
in interfaceEventTableFactoryFactory
-