Package | Description |
---|---|
com.espertech.esper.epl.index.quadtree |
Quad-tree indexes
|
com.espertech.esper.epl.index.service |
Advanced index provisioning
|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedIndexConfigStatementMXCIFQuadtree |
class |
AdvancedIndexConfigStatementPointRegionQuadtree |
Modifier and Type | Method and Description |
---|---|
AdvancedIndexConfigContextPartition |
EventAdvancedIndexFactoryQuadTree.configureContextPartition(EventType eventType,
AdvancedIndexDesc indexDesc,
ExprEvaluator[] parameters,
ExprEvaluatorContext exprEvaluatorContext,
EventTableOrganization organization,
EventAdvancedIndexConfigStatement advancedIndexConfigStatement) |
EventTable |
EventAdvancedIndexFactoryQuadTreePointRegion.make(EventAdvancedIndexConfigStatement configStatement,
AdvancedIndexConfigContextPartition configCP,
EventTableOrganization organization) |
EventTable |
EventAdvancedIndexFactoryQuadTreeMXCIF.make(EventAdvancedIndexConfigStatement configStatement,
AdvancedIndexConfigContextPartition configCP,
EventTableOrganization organization) |
Modifier and Type | Method and Description |
---|---|
EventAdvancedIndexConfigStatement |
EventAdvancedIndexProvisionDesc.getConfigStatement() |
Constructor and Description |
---|
EventAdvancedIndexProvisionDesc(AdvancedIndexDesc indexDesc,
ExprEvaluator[] parameters,
EventAdvancedIndexFactory factory,
EventAdvancedIndexConfigStatement configStatement) |
Modifier and Type | Method and Description |
---|---|
AdvancedIndexConfigContextPartition |
EventAdvancedIndexFactory.configureContextPartition(EventType eventType,
AdvancedIndexDesc indexDesc,
ExprEvaluator[] parameters,
ExprEvaluatorContext exprEvaluatorContext,
EventTableOrganization organization,
EventAdvancedIndexConfigStatement advancedIndexConfigStatement) |
EventTable |
EventAdvancedIndexFactory.make(EventAdvancedIndexConfigStatement configStatement,
AdvancedIndexConfigContextPartition configContextPartition,
EventTableOrganization organization) |