Uses of Interface
com.metamatrix.common.buffer.BufferManager

Packages that use BufferManager
com.metamatrix.common.buffer   
com.metamatrix.common.buffer.impl   
com.metamatrix.common.lob   
com.metamatrix.dqp.embedded.services   
com.metamatrix.dqp.service   
com.metamatrix.query.processor   
com.metamatrix.query.processor.batch   
com.metamatrix.query.processor.dynamic   
com.metamatrix.query.processor.proc   
com.metamatrix.query.processor.relational   
com.metamatrix.query.processor.xml   
com.metamatrix.query.processor.xquery   
com.metamatrix.query.tempdata   
com.metamatrix.server.dqp.service   
 

Uses of BufferManager in com.metamatrix.common.buffer
 

Methods in com.metamatrix.common.buffer that return BufferManager
static BufferManager BufferManagerFactory.getServerBufferManager(java.lang.String lookup, java.util.Properties props)
          Helper to get a buffer manager all set up for unmanaged standalone use.
static BufferManager BufferManagerFactory.getStandaloneBufferManager()
          Helper to get a buffer manager all set up for unmanaged standalone use.
 

Uses of BufferManager in com.metamatrix.common.buffer.impl
 

Classes in com.metamatrix.common.buffer.impl that implement BufferManager
 class BufferManagerImpl
          Default implementation of BufferManager.
 

Uses of BufferManager in com.metamatrix.common.lob
 

Constructors in com.metamatrix.common.lob with parameters of type BufferManager
BufferManagerLobChunkStream(java.lang.String persitentId, BufferManager bufferMgr)
           
 

Uses of BufferManager in com.metamatrix.dqp.embedded.services
 

Methods in com.metamatrix.dqp.embedded.services that return BufferManager
 BufferManager EmbeddedBufferService.getBufferManager()
           
 

Uses of BufferManager in com.metamatrix.dqp.service
 

Methods in com.metamatrix.dqp.service that return BufferManager
 BufferManager BufferService.getBufferManager()
           
 

Uses of BufferManager in com.metamatrix.query.processor
 

Methods in com.metamatrix.query.processor with parameters of type BufferManager
 void ProcessorPlan.initialize(CommandContext context, ProcessorDataManager dataMgr, BufferManager bufferMgr)
          Initialize the plan with some required pieces of data for making queries.
 

Constructors in com.metamatrix.query.processor with parameters of type BufferManager
QueryProcessor(ProcessorPlan plan, CommandContext context, BufferManager bufferMgr, ProcessorDataManager dataMgr)
          Construct a processor with all necessary information to process.
 

Uses of BufferManager in com.metamatrix.query.processor.batch
 

Methods in com.metamatrix.query.processor.batch with parameters of type BufferManager
 void BatchedUpdatePlan.initialize(CommandContext context, ProcessorDataManager dataMgr, BufferManager bufferMgr)
           
 

Uses of BufferManager in com.metamatrix.query.processor.dynamic
 

Methods in com.metamatrix.query.processor.dynamic with parameters of type BufferManager
static javax.xml.transform.Source XMLSource.createSource(java.lang.String[] columns, java.lang.Class[] types, TupleSource source, BufferManager bufferMgr)
           
 

Constructors in com.metamatrix.query.processor.dynamic with parameters of type BufferManager
SqlEval(BufferManager bufferMgr, CommandContext context, java.lang.String parentGroup)
           
 

Uses of BufferManager in com.metamatrix.query.processor.proc
 

Methods in com.metamatrix.query.processor.proc with parameters of type BufferManager
 void ProcedurePlan.initialize(CommandContext context, ProcessorDataManager dataMgr, BufferManager bufferMgr)
           
 

Uses of BufferManager in com.metamatrix.query.processor.relational
 

Fields in com.metamatrix.query.processor.relational declared as BufferManager
protected  BufferManager SortUtility.bufferManager
           
 

Methods in com.metamatrix.query.processor.relational that return BufferManager
protected  BufferManager RelationalNode.getBufferManager()
           
 

Methods in com.metamatrix.query.processor.relational with parameters of type BufferManager
 void ProjectNode.initialize(CommandContext context, BufferManager bufferManager, ProcessorDataManager dataMgr)
           
 void RelationalNode.initialize(CommandContext context, BufferManager bufferManager, ProcessorDataManager dataMgr)
           
 void JoinNode.initialize(CommandContext context, BufferManager bufferManager, ProcessorDataManager dataMgr)
           
 void SelectNode.initialize(CommandContext context, BufferManager bufferManager, ProcessorDataManager dataMgr)
           
 void RelationalPlan.initialize(CommandContext context, ProcessorDataManager dataMgr, BufferManager bufferMgr)
           
 

Constructors in com.metamatrix.query.processor.relational with parameters of type BufferManager
DependentValueSource(TupleSourceID tupleSourceID, BufferManager bm)
           
DuplicateFilter(AggregateFunction proxy, BufferManager mgr, java.lang.String groupName, int batchSize)
          Constructor for DuplicateFilter.
SortUtility(TupleSourceID sourceID, java.util.List sortElements, java.util.List<java.lang.Boolean> sortTypes, boolean removeDups, BufferManager bufferMgr, java.lang.String groupName)
           
SortUtility(TupleSourceID sourceID, java.util.List sortElements, java.util.List<java.lang.Boolean> sortTypes, SortUtility.Mode mode, BufferManager bufferMgr, java.lang.String groupName, boolean useAllColumns)
           
SubqueryAwareEvaluator(java.util.Map elements, ProcessorDataManager dataMgr, CommandContext context, BufferManager manager)
           
TupleCollector(BufferManager bm)
           
TupleCollector(TupleSourceID tsid, BufferManager bm)
           
 

Uses of BufferManager in com.metamatrix.query.processor.xml
 

Methods in com.metamatrix.query.processor.xml with parameters of type BufferManager
static TupleSourceID XMLUtil.createXMLTupleSource(BufferManager bufferMgr, java.lang.String tupleGroupName)
          Creates a buffer manager's id for XML based data.
static XMLType XMLUtil.getFromBufferManager(BufferManager bufferMgr, TupleSourceID sourceId, java.util.Properties props)
          This will reconstruct the XML object from the buffer manager from given buffer manager id.
 void XMLPlan.initialize(CommandContext context, ProcessorDataManager dataMgr, BufferManager bufferMgr)
           
 void XMLProcessorEnvironment.initialize(CommandContext context, ProcessorDataManager dataMgr, BufferManager bufferMgr)
           
static TupleSourceID XMLUtil.saveToBufferManager(BufferManager bufferMgr, java.lang.String tupleGroupName, java.sql.SQLXML srcXML, int chunkSize)
          This method saves the given XML object to the buffer manager's disk process and returns the id which is saved under.
 

Uses of BufferManager in com.metamatrix.query.processor.xquery
 

Methods in com.metamatrix.query.processor.xquery with parameters of type BufferManager
 void XQueryPlan.initialize(CommandContext context, ProcessorDataManager dataMgr, BufferManager bufferMgr)
           
 

Uses of BufferManager in com.metamatrix.query.tempdata
 

Constructors in com.metamatrix.query.tempdata with parameters of type BufferManager
TempTableStoreImpl(BufferManager buffer, java.lang.String sessionID, TempTableStore parentTempTableStore)
           
 

Uses of BufferManager in com.metamatrix.server.dqp.service
 

Methods in com.metamatrix.server.dqp.service that return BufferManager
 BufferManager PlatformBufferService.getBufferManager()
           
 



Copyright © 2009. All Rights Reserved.