|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.dqp.internal.process.PreparedPlan
public class PreparedPlan
| Constructor Summary | |
|---|---|
PreparedPlan()
|
|
| Method Summary | |
|---|---|
AccessInfo |
getAccessInfo()
|
AnalysisRecord |
getAnalysisRecord()
Return the plan description. |
Command |
getCommand()
Return the Command . |
ProcessorPlan |
getPlan()
Return the ProcessorPlan. |
java.util.List<Reference> |
getReferences()
Return the list of Reference. |
boolean |
prepare(Cache cache,
BufferManager bufferManager)
|
boolean |
restore(Cache cache,
BufferManager bufferManager)
|
void |
setAnalysisRecord(AnalysisRecord analysisRecord)
Set the plan description. |
void |
setCommand(Command commandValue)
Set the Command. |
void |
setPlan(ProcessorPlan planValue,
CommandContext context)
Set the ProcessorPlan. |
void |
setReferences(java.util.List<Reference> refsValue)
Set the list of Reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreparedPlan()
| Method Detail |
|---|
public ProcessorPlan getPlan()
public AnalysisRecord getAnalysisRecord()
public Command getCommand()
public java.util.List<Reference> getReferences()
public void setPlan(ProcessorPlan planValue,
CommandContext context)
context - public void setAnalysisRecord(AnalysisRecord analysisRecord)
public void setCommand(Command commandValue)
public void setReferences(java.util.List<Reference> refsValue)
public AccessInfo getAccessInfo()
getAccessInfo in interface Cachable
public boolean prepare(Cache cache,
BufferManager bufferManager)
prepare in interface Cachable
public boolean restore(Cache cache,
BufferManager bufferManager)
restore in interface Cachable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||