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