Modifier and Type | Class and Description |
---|---|
class |
EventTableFactoryCustomIndex |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
EventTableFactoryFactory.create(EventType eventType,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexServiceImpl.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
String[] rangeProps,
Class[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
Object optionalSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexService.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
String[] rangeProps,
Class[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
Object optionalSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexServiceImpl.createCustom(String indexName,
int indexedStreamNum,
EventType eventType,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
EventTableFactory |
EventTableIndexService.createCustom(String optionalIndexName,
int indexedStreamNum,
EventType eventType,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
EventTableFactory |
EventTableIndexServiceImpl.createHashedOnly(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexTypes,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter getter,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexService.createHashedOnly(int indexedStreamNum,
EventType eventType,
String[] indexProps,
Class[] indexTypes,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter getter,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexServiceImpl.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
Class[] indexTypes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexService.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
Class[] indexTypes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexServiceImpl.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
Class indexType,
EventPropertyValueGetter getter,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexService.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
Class indexType,
EventPropertyValueGetter getter,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexServiceImpl.createUnindexed(int indexedStreamNum,
EventType eventType,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
EventTableFactory |
EventTableIndexService.createUnindexed(int indexedStreamNum,
EventType eventType,
Object optionalSerde,
boolean isFireAndForget,
StatementContext statementContext) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyCompositeEventTableFactory
For use when the index comprises of either two or more ranges or a unique key in combination with a range.
|
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
PropertyCompositeEventTableFactoryFactory.create(EventType eventType,
StatementContext statementContext) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyHashedEventTableFactory |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
PropertyHashedFactoryFactory.create(EventType eventType,
StatementContext statementContext) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyHashedArrayFactory |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
PropertyHashedArrayFactoryFactory.create(EventType eventType,
StatementContext statementContext) |
Modifier and Type | Class and Description |
---|---|
class |
PropertySortedEventTableFactory
Index that organizes events by the event property values into a single TreeMap sortable non-nested index
with Object keys that store the property values.
|
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
PropertySortedFactoryFactory.create(EventType eventType,
StatementContext statementContext) |
Modifier and Type | Class and Description |
---|---|
class |
UnindexedEventTableFactory
Factory for simple table of events without an index.
|
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
UnindexedEventTableFactoryFactory.create(EventType eventType,
StatementContext statementContext) |
Copyright © 2005–2018. All rights reserved.