public class PropertyHashedArrayFactoryFactory extends Object implements EventTableFactoryFactory
Modifier and Type | Field and Description |
---|---|
protected boolean |
isFireAndForget |
protected EventPropertyValueGetter[] |
propertyGetters |
protected String[] |
propertyNames |
protected Class[] |
propertyTypes |
protected int |
streamNum |
protected boolean |
unique |
Constructor and Description |
---|
PropertyHashedArrayFactoryFactory(int streamNum,
String[] propertyNames,
Class[] propertyTypes,
boolean unique,
EventPropertyValueGetter[] propertyGetters,
boolean isFireAndForget) |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
create(EventType eventType,
StatementContext statementContext) |
protected final int streamNum
protected final String[] propertyNames
protected final Class[] propertyTypes
protected final boolean unique
protected final EventPropertyValueGetter[] propertyGetters
protected final boolean isFireAndForget
public PropertyHashedArrayFactoryFactory(int streamNum, String[] propertyNames, Class[] propertyTypes, boolean unique, EventPropertyValueGetter[] propertyGetters, boolean isFireAndForget)
public EventTableFactory create(EventType eventType, StatementContext statementContext)
create
in interface EventTableFactoryFactory
Copyright © 2005–2018. All rights reserved.