Class PropertyHashedArrayFactoryFactory
java.lang.Object
com.espertech.esper.common.internal.epl.index.inkeyword.PropertyHashedArrayFactoryFactory
- All Implemented Interfaces:
EventTableFactoryFactory
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
protected final boolean
protected final EventPropertyValueGetter[]
protected final String[]
protected final DataInputOutputSerde[]
protected final EPTypeClass[]
protected final int
protected final boolean
-
Constructor Summary
ConstructorDescriptionPropertyHashedArrayFactoryFactory
(int streamNum, String[] propertyNames, EPTypeClass[] propertyTypes, DataInputOutputSerde[] propertySerdes, boolean unique, EventPropertyValueGetter[] propertyGetters, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(EventType eventType, EventTableFactoryFactoryContext eventTableFactoryContext)
-
Field Details
-
EPTYPE
-
streamNum
protected final int streamNum -
propertyNames
-
propertyTypes
-
propertySerdes
-
unique
protected final boolean unique -
propertyGetters
-
isFireAndForget
protected final boolean isFireAndForget
-
-
Constructor Details
-
PropertyHashedArrayFactoryFactory
public PropertyHashedArrayFactoryFactory(int streamNum, String[] propertyNames, EPTypeClass[] propertyTypes, DataInputOutputSerde[] propertySerdes, boolean unique, EventPropertyValueGetter[] propertyGetters, boolean isFireAndForget, StateMgmtSetting stateMgmtSettings)
-
-
Method Details
-
create
public EventTableFactory create(EventType eventType, EventTableFactoryFactoryContext eventTableFactoryContext) - Specified by:
create
in interfaceEventTableFactoryFactory
-