Uses of Class
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanIndexItem
Package
Description
-
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.context.aifactory.createindex
Modifier and TypeMethodDescriptionvoid
StatementAgentInstanceFactoryCreateIndex.setExplicitIndexDesc
(QueryPlanIndexItem explicitIndexDesc) -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.index.base
Modifier and TypeMethodDescriptionstatic EventTable
EventTableUtil.buildIndex
(AgentInstanceContext agentInstanceContext, int indexedStreamNum, QueryPlanIndexItem item, EventType eventType, boolean unique, String optionalIndexName, DataInputOutputSerde optionalValueSerde, boolean isFireAndForget) Build an index/table instance using the event properties for the event type. -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.index.compile
ModifierConstructorDescriptionIndexDetail
(IndexMultiKey indexMultiKey, QueryPlanIndexItem queryPlanIndexItem) -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.join.queryplan
ModifierConstructorDescription -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.lookupplansubord
Modifier and TypeMethodDescriptionEventTableIndexMetadataEntry.getOptionalQueryPlanIndexItem()
SubordinateQueryIndexDesc.getQueryPlanIndexItem()
Modifier and TypeMethodDescriptionvoid
EventTableIndexRepository.addExplicitIndex
(String explicitIndexName, String explicitIndexModuleName, QueryPlanIndexItem desc, EventType eventType, Iterable<EventBean> dataWindowContents, AgentInstanceContext agentInstanceContext, DataInputOutputSerde optionalSerde) EventTableIndexRepository.addExplicitIndexOrReuse
(QueryPlanIndexItem desc, Iterable<EventBean> prefilledEvents, EventType indexedType, String indexName, String indexModuleName, AgentInstanceContext agentInstanceContext, DataInputOutputSerde optionalValueSerde) void
EventTableIndexMetadata.addIndexExplicit
(boolean isPrimary, IndexMultiKey indexMultiKey, String explicitIndexName, String explicitIndexModuleName, QueryPlanIndexItem explicitIndexDesc, String deploymentId) void
EventTableIndexMetadata.addIndexNonExplicit
(IndexMultiKey indexMultiKey, String deploymentId, QueryPlanIndexItem queryPlanIndexItem) void
EventTableIndexRepository.validateAddExplicitIndex
(String explicitIndexName, String explicitIndexModuleName, QueryPlanIndexItem explicitIndexDesc, EventType eventType, Iterable<EventBean> dataWindowContents, AgentInstanceContext agentInstanceContext, boolean allowIndexExists, DataInputOutputSerde optionalValueSerde) ModifierConstructorDescriptionEventTableIndexMetadataEntry
(String optionalIndexName, String optionalIndexModuleName, boolean primary, QueryPlanIndexItem optionalQueryPlanIndexItem, String explicitIndexNameIfExplicit, String explicitIndexModuleNameIfExplicit, String deploymentId) SubordinateQueryIndexDesc
(IndexKeyInfo optionalIndexKeyInfo, String indexName, IndexMultiKey indexMultiKey, QueryPlanIndexItem queryPlanIndexItem) -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.namedwindow.core
Modifier and TypeMethodDescriptionvoid
NamedWindowRootViewInstance.addExplicitIndex
(String explicitIndexName, String explicitIndexModuleName, QueryPlanIndexItem explicitIndexDesc, boolean isRecoveringResilient) Add an explicit index.void
NamedWindow.validateAddIndex
(String deploymentId, String statementName, String indexName, String indexModuleName, QueryPlanIndexItem explicitIndexDesc, IndexMultiKey indexMultiKey) void
NamedWindowImpl.validateAddIndex
(String deloymentId, String statementName, String explicitIndexName, String explicitIndexModuleName, QueryPlanIndexItem explicitIndexDesc, IndexMultiKey imk) -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.namedwindow.path
Modifier and TypeMethodDescriptionvoid
NamedWindowMetaData.addIndex
(String indexName, String indexModuleName, IndexMultiKey imk, QueryPlanIndexItem optionalQueryPlanIndexItem) -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.table.compiletime
Modifier and TypeMethodDescriptionvoid
TableMetaData.addIndex
(String indexName, String indexModuleName, IndexMultiKey imk, QueryPlanIndexItem indexItem) -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.table.core
Modifier and TypeMethodDescriptionvoid
TableInstance.addExplicitIndex
(String indexName, String indexModuleName, QueryPlanIndexItem explicitIndexDesc, boolean isRecoveringResilient) void
TableInstanceGroupedImpl.addExplicitIndex
(String indexName, String indexModuleName, QueryPlanIndexItem explicitIndexDesc, boolean isRecoveringResilient) void
TableInstanceUngroupedBase.addExplicitIndex
(String indexName, String indexModuleName, QueryPlanIndexItem explicitIndexDesc, boolean isRecoveringResilient) void
Table.validateAddIndex
(String deploymentId, String statementName, String indexName, String indexModuleName, QueryPlanIndexItem explicitIndexDesc, IndexMultiKey indexMultiKey) void
TableBase.validateAddIndex
(String deploymentId, String statementName, String indexName, String indexModuleName, QueryPlanIndexItem explicitIndexDesc, IndexMultiKey indexMultiKey) -
Uses of QueryPlanIndexItem in com.espertech.esper.common.internal.epl.virtualdw
Modifier and TypeMethodDescriptionstatic EventTable
VirtualDWQueryPlanUtil.getJoinIndexTable
(QueryPlanIndexItem queryPlanIndexItem) void
VirtualDWView.handleStartIndex
(String indexName, QueryPlanIndexItem explicitIndexDesc) void
VirtualDWViewImpl.handleStartIndex
(String indexName, QueryPlanIndexItem explicitIndexDesc) void
VirtualDWView.handleStopIndex
(String indexName, QueryPlanIndexItem explicitIndexDesc) void
VirtualDWViewImpl.handleStopIndex
(String indexName, QueryPlanIndexItem explicitIndexDesc)