Interface EventAdvancedIndexFactory
- All Known Implementing Classes:
EventAdvancedIndexFactoryForgeQuadTreeFactory
,EventAdvancedIndexFactoryForgeQuadTreeMXCIFFactory
,EventAdvancedIndexFactoryForgeQuadTreePointRegionFactory
public interface EventAdvancedIndexFactory
-
Method Summary
Modifier and TypeMethodDescriptionconfigureContextPartition
(ExprEvaluatorContext exprEvaluatorContext, EventType eventType, EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc, EventTableOrganization organization) getForge()
make
(EventAdvancedIndexConfigStatement configStatement, AdvancedIndexConfigContextPartition configContextPartition, EventTableOrganization organization) toConfigStatement
(ExprNode[] indexedExpr)
-
Method Details
-
getForge
EventAdvancedIndexFactoryForge getForge() -
configureContextPartition
AdvancedIndexConfigContextPartition configureContextPartition(ExprEvaluatorContext exprEvaluatorContext, EventType eventType, EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc, EventTableOrganization organization) -
make
EventTable make(EventAdvancedIndexConfigStatement configStatement, AdvancedIndexConfigContextPartition configContextPartition, EventTableOrganization organization) -
toConfigStatement
-