|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IDGenerator in com.metamatrix.core.id |
---|
Methods in com.metamatrix.core.id that return IDGenerator | |
---|---|
static IDGenerator |
IDGenerator.getInstance()
Obtain the shared instance of this class. |
Uses of IDGenerator in com.metamatrix.query.optimizer |
---|
Methods in com.metamatrix.query.optimizer with parameters of type IDGenerator | |
---|---|
ProcessorPlan |
CommandPlanner.optimize(CommandTreeNode node,
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. |
static ProcessorPlan |
QueryOptimizer.optimizePlan(Command command,
QueryMetadataInterface metadata,
IDGenerator idGenerator,
CapabilitiesFinder capabilitiesFinder,
AnalysisRecord analysisRecord,
CommandContext context)
This method is intended only for clients with a need to have access to the planning state of QueryOptimizer, which it can get to through the CommandTreeNode reference passed in. |
Uses of IDGenerator in com.metamatrix.query.optimizer.batch |
---|
Methods in com.metamatrix.query.optimizer.batch with parameters of type IDGenerator | |
---|---|
ProcessorPlan |
PreparedBatchUpdatePlanner.optimize(CommandTreeNode node,
IDGenerator idGenerator,
QueryMetadataInterface metadata,
CapabilitiesFinder capFinder,
AnalysisRecord analysisRecord,
CommandContext context)
If the updates are on a physical source and the source support prepared statement batch update, just use the plan for the update comand. |
ProcessorPlan |
BatchedUpdatePlanner.optimize(CommandTreeNode node,
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. |
Uses of IDGenerator in com.metamatrix.query.optimizer.proc |
---|
Methods in com.metamatrix.query.optimizer.proc with parameters of type IDGenerator | |
---|---|
ProcessorPlan |
ProcedurePlanner.optimize(CommandTreeNode node,
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. |
Uses of IDGenerator in com.metamatrix.query.optimizer.relational |
---|
Methods in com.metamatrix.query.optimizer.relational with parameters of type IDGenerator | |
---|---|
ProcessorPlan |
RelationalPlanner.optimize(CommandTreeNode node,
IDGenerator idGenerator,
QueryMetadataInterface metadata,
CapabilitiesFinder capFinder,
AnalysisRecord analysisRecord,
CommandContext context)
|
Constructors in com.metamatrix.query.optimizer.relational with parameters of type IDGenerator | |
---|---|
PlanToProcessConverter(QueryMetadataInterface metadata,
IDGenerator idGenerator,
AnalysisRecord analysisRecord,
CapabilitiesFinder capFinder)
|
Uses of IDGenerator in com.metamatrix.query.optimizer.xml |
---|
Methods in com.metamatrix.query.optimizer.xml with parameters of type IDGenerator | |
---|---|
ProcessorPlan |
XMLPlanner.optimize(CommandTreeNode node,
IDGenerator idGenerator,
QueryMetadataInterface metadata,
CapabilitiesFinder capFinder,
AnalysisRecord analysisRecord,
CommandContext context)
|
Uses of IDGenerator in com.metamatrix.query.optimizer.xquery |
---|
Methods in com.metamatrix.query.optimizer.xquery with parameters of type IDGenerator | |
---|---|
ProcessorPlan |
XQueryPlanner.optimize(CommandTreeNode node,
IDGenerator idGenerator,
QueryMetadataInterface metadata,
CapabilitiesFinder capFinder,
AnalysisRecord analysisRecord,
CommandContext context)
|
Uses of IDGenerator in com.metamatrix.query.processor.proc |
---|
Constructors in com.metamatrix.query.processor.proc with parameters of type IDGenerator | |
---|---|
ExecDynamicSqlInstruction(CreateUpdateProcedureCommand parentProcCommand,
DynamicCommand command,
java.util.List references,
QueryMetadataInterface metadata,
IDGenerator idGenerator,
CapabilitiesFinder capFinder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |