Uses of Class
org.teiid.core.id.IDGenerator

Packages that use IDGenerator
org.teiid.dqp.internal.process   
org.teiid.dqp.internal.process.multisource   
org.teiid.query.optimizer   
org.teiid.query.optimizer.relational   
org.teiid.query.optimizer.relational.rules   
org.teiid.query.optimizer.xml   
org.teiid.query.processor.proc   
 

Uses of IDGenerator in org.teiid.dqp.internal.process
 

Fields in org.teiid.dqp.internal.process declared as IDGenerator
protected  IDGenerator Request.idGenerator
           
 

Constructors in org.teiid.dqp.internal.process with parameters of type IDGenerator
QueryProcessorFactoryImpl(BufferManager bufferMgr, ProcessorDataManager dataMgr, CapabilitiesFinder finder, IDGenerator idGenerator, QueryMetadataInterface metadata)
           
 

Uses of IDGenerator in org.teiid.dqp.internal.process.multisource
 

Constructors in org.teiid.dqp.internal.process.multisource with parameters of type IDGenerator
MultiSourcePlanToProcessConverter(QueryMetadataInterface metadata, IDGenerator idGenerator, AnalysisRecord analysisRecord, CapabilitiesFinder capFinder, java.util.Set<java.lang.String> multiSourceModels, DQPWorkContext workContext, CommandContext context)
           
 

Uses of IDGenerator in org.teiid.query.optimizer
 

Methods in org.teiid.query.optimizer with parameters of type IDGenerator
 ProcessorPlan ProcedurePlanner.optimize(Command procCommand, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
          Produce a ProcessorPlan for the CreateUpdateProcedureCommand on the current node of the CommandTreeNode, the procedure plan construction involves using the child processor plans.
 ProcessorPlan DdlPlanner.optimize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
 ProcessorPlan CommandPlanner.optimize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
          Allows the planner a chance to optimize the canonical plan(s) stored in the CommandTreeNode tree.
 ProcessorPlan BatchedUpdatePlanner.optimize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
          Optimizes batched updates by batching all contiguous commands that relate to the same physical model.
 ProcessorPlan TriggerActionPlanner.optimize(ProcedureContainer userCommand, TriggerAction ta, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
static ProcessorPlan QueryOptimizer.optimizePlan(Command command, QueryMetadataInterface metadata, IDGenerator idGenerator, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
 

Uses of IDGenerator in org.teiid.query.optimizer.relational
 

Methods in org.teiid.query.optimizer.relational with parameters of type IDGenerator
static SymbolMap RelationalPlanner.buildGroupingNode(java.util.Collection<AggregateSymbol> aggs, java.util.List<? extends Expression> groupingCols, PlanNode groupNode, CommandContext cc, IDGenerator idGenerator)
          Build a grouping node that introduces a anon group (without a inline view source node)
 void RelationalPlanner.initialize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
 

Constructors in org.teiid.query.optimizer.relational with parameters of type IDGenerator
PlanToProcessConverter(QueryMetadataInterface metadata, IDGenerator idGenerator, AnalysisRecord analysisRecord, CapabilitiesFinder capFinder)
           
 

Uses of IDGenerator in org.teiid.query.optimizer.relational.rules
 

Constructors in org.teiid.query.optimizer.relational.rules with parameters of type IDGenerator
RuleMergeCriteria(IDGenerator idGenerator, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context, QueryMetadataInterface metadata)
           
RulePushAggregates(IDGenerator idGenerator)
           
 

Uses of IDGenerator in org.teiid.query.optimizer.xml
 

Methods in org.teiid.query.optimizer.xml with parameters of type IDGenerator
 ProcessorPlan XMLPlanner.optimize(Command command, IDGenerator idGenerator, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, AnalysisRecord analysisRecord, CommandContext context)
           
 

Uses of IDGenerator in org.teiid.query.processor.proc
 

Constructors in org.teiid.query.processor.proc with parameters of type IDGenerator
ExecDynamicSqlInstruction(CreateUpdateProcedureCommand parentProcCommand, DynamicCommand command, QueryMetadataInterface metadata, IDGenerator idGenerator, CapabilitiesFinder capFinder)
           
 



Copyright © 2011. All Rights Reserved.