public class PropertyCompositeEventTableFactoryFactory extends Object implements EventTableFactoryFactory
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
PropertyCompositeEventTableFactoryFactory(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] keyProps,
EPTypeClass[] keyTypes,
EventPropertyValueGetter keyGetter,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeKeySerdes) |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
create(EventType eventType,
EventTableFactoryFactoryContext eventTableFactoryContext) |
public static final EPTypeClass EPTYPE
public PropertyCompositeEventTableFactoryFactory(int indexedStreamNum, Integer subqueryNum, boolean isFireAndForget, String[] keyProps, EPTypeClass[] keyTypes, EventPropertyValueGetter keyGetter, DataInputOutputSerde<Object> keySerde, String[] rangeProps, EPTypeClass[] rangeTypes, EventPropertyValueGetter[] rangeGetters, DataInputOutputSerde<Object>[] rangeKeySerdes)
public EventTableFactory create(EventType eventType, EventTableFactoryFactoryContext eventTableFactoryContext)
create
in interface EventTableFactoryFactory
Copyright © 2005–2021. All rights reserved.