Package | Description |
---|---|
com.espertech.esper.common.internal.epl.index.advanced.index.quadtree |
Quad-tree indexes
|
com.espertech.esper.common.internal.epl.index.advanced.index.service |
Advanced index provisioning
|
com.espertech.esper.common.internal.epl.index.base | |
com.espertech.esper.common.internal.epl.join.queryplan | |
com.espertech.esper.common.internal.epl.lookup |
Modifier and Type | Method and Description |
---|---|
AdvancedIndexConfigContextPartition |
EventAdvancedIndexFactoryForgeQuadTreeFactory.configureContextPartition(AgentInstanceContext agentInstanceContext,
EventType eventType,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc,
EventTableOrganization organization) |
Modifier and Type | Field and Description |
---|---|
protected EventAdvancedIndexProvisionRuntime |
EventTableFactoryCustomIndex.advancedIndexProvisionDesc |
Modifier and Type | Method and Description |
---|---|
EventAdvancedIndexProvisionRuntime |
EventAdvancedIndexProvisionCompileTime.toRuntime() |
Constructor and Description |
---|
EventTableFactoryCustomIndex(String indexName,
int indexedStreamNum,
EventType eventType,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
EventAdvancedIndexProvisionRuntime |
QueryPlanIndexItem.getAdvancedIndexProvisionDesc() |
Constructor and Description |
---|
QueryPlanIndexItem(String[] hashProps,
Class[] hashPropTypes,
EventPropertyValueGetter hashGetter,
String[] rangeProps,
Class[] rangePropTypes,
EventPropertyValueGetter[] rangeGetters,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
Modifier and Type | Method and Description |
---|---|
AdvancedIndexConfigContextPartition |
EventAdvancedIndexFactory.configureContextPartition(AgentInstanceContext agentInstanceContext,
EventType eventType,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc,
EventTableOrganization organization) |
Copyright © 2005–2018. All rights reserved.