Uses of Class
com.metamatrix.common.buffer.TupleSourceNotFoundException

Packages that use TupleSourceNotFoundException
com.metamatrix.common.buffer   
com.metamatrix.common.buffer.impl   
com.metamatrix.common.buffer.storage.file   
com.metamatrix.query.processor   
com.metamatrix.query.processor.relational   
 

Uses of TupleSourceNotFoundException in com.metamatrix.common.buffer
 

Methods in com.metamatrix.common.buffer that throw TupleSourceNotFoundException
 void BufferManager.addStreamablePart(TupleSourceID tupleSourceID, LobChunk streamGlob, int beginRow)
          Add a streamable object to the persistent store.
 void BufferManager.addTupleBatch(TupleSourceID tupleSourceID, TupleBatch tupleBatch)
          Adds a batch of tuples for the specified tuple source
 TupleBatch StorageManager.getBatch(TupleSourceID sourceID, int beginRow, java.lang.String[] types)
          Returns a batch of tuples, starting at row beginRow.
 int BufferManager.getFinalRowCount(TupleSourceID tupleSourceID)
          Gets the final row count if tuple source is FULL, otherwise returns -1.
 int BufferManager.getRowCount(TupleSourceID tupleSourceID)
          Gets the current row count
 BufferManager.TupleSourceStatus BufferManager.getStatus(TupleSourceID tupleSourceID)
          Gets the status of the tuple source
 Streamable<?> BufferManager.getStreamable(TupleSourceID id, java.lang.String referenceId)
          Return the LOB associated with the referenceId
 LobChunk BufferManager.getStreamablePart(TupleSourceID tupleSourceID, int beginRow)
          Returns the streamable batch object's part stored with specified identifier
 java.util.List BufferManager.getTupleSchema(TupleSourceID tupleSourceID)
          Gets a tuple source schema by ID
 IndexedTupleSource BufferManager.getTupleSource(TupleSourceID tupleSourceID)
          Gets a tuple source by ID
 TupleBatch BufferManager.pinTupleBatch(TupleSourceID tupleSourceID, int beginRow)
          Gets a tuple batch by ID and indexes.
 void BufferManager.removeTupleSource(TupleSourceID tupleSourceID)
          Removes a tuple source by ID
 void BufferManager.setPersistentTupleSource(TupleSourceID id, Streamable<? extends java.lang.Object> s)
          Assign the TupleSource as the persistent stream for the Streamable
 void BufferManager.setStatus(TupleSourceID tupleSourceID, BufferManager.TupleSourceStatus status)
          Sets the status of the tuple source
 void BufferManager.unpinTupleBatch(TupleSourceID tupleSourceID, int firstRow)
          Unpins a range of rows from the given tuple source
 

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

Methods in com.metamatrix.common.buffer.impl that throw TupleSourceNotFoundException
 void BufferManagerImpl.addStreamablePart(TupleSourceID tupleSourceID, LobChunk streamChunk, int beginRow)
           
 void BufferManagerImpl.addTupleBatch(TupleSourceID tupleSourceID, TupleBatch tupleBatch)
          Add a batch to the given tuple source.
 int BufferManagerImpl.getFinalRowCount(TupleSourceID tupleSourceID)
          Gets the final row count if tuple source is FULL, otherwise returns -1.
 int BufferManagerImpl.getRowCount(TupleSourceID tupleSourceID)
          Get the row count for a particular tuple source
 BufferManager.TupleSourceStatus BufferManagerImpl.getStatus(TupleSourceID tupleSourceID)
          Get the status for a particular tuple source
 Streamable<?> BufferManagerImpl.getStreamable(TupleSourceID id, java.lang.String referenceId)
           
 LobChunk BufferManagerImpl.getStreamablePart(TupleSourceID tupleSourceID, int beginRow)
           
 java.util.List BufferManagerImpl.getTupleSchema(TupleSourceID tupleSourceID)
          Get the tuple schema for a particular tuple source
 IndexedTupleSource BufferManagerImpl.getTupleSource(TupleSourceID tupleSourceID)
          Get a tuple source to walk through the rows for a particular tupleSourceID.
 TupleBatch BufferManagerImpl.pinTupleBatch(TupleSourceID tupleSourceID, int beginRow)
          Pin a tuple batch in memory and return it.
 void BufferManagerImpl.removeTupleSource(TupleSourceID tupleSourceID)
          Remove a tuple source based on ID
 void BufferManagerImpl.setPersistentTupleSource(TupleSourceID id, Streamable<?> s)
           
 void BufferManagerImpl.setStatus(TupleSourceID tupleSourceID, BufferManager.TupleSourceStatus status)
          Set the status for a particular tuple source
 void BufferManagerImpl.unpinTupleBatch(TupleSourceID tupleSourceID, int beginRow)
          Unpin a tuple source batch.
 

Uses of TupleSourceNotFoundException in com.metamatrix.common.buffer.storage.file
 

Methods in com.metamatrix.common.buffer.storage.file that throw TupleSourceNotFoundException
 TupleBatch FileStorageManager.getBatch(TupleSourceID sourceID, int beginRow, java.lang.String[] types)
          Get a batch from the storage manager based on the beginRow.
 

Uses of TupleSourceNotFoundException in com.metamatrix.query.processor
 

Methods in com.metamatrix.query.processor that throw TupleSourceNotFoundException
 void QueryProcessor.closeProcessing()
          Close processing and clean everything up.
 

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

Methods in com.metamatrix.query.processor.relational that throw TupleSourceNotFoundException
 void TupleCollector.addTuple(java.util.List<?> tuple)
           
 void JoinStrategy.close()
           
 void TupleCollector.close()
           
 void PartitionedSortJoin.close()
           
 void MergeJoinStrategy.close()
           
 void PartitionedSortJoin.computeBatchBounds(com.metamatrix.query.processor.relational.SourceState state)
           
protected  void SortUtility.initialSort()
           
protected  void SortUtility.mergePhase()
           
 void TupleCollector.saveBatch()
           
protected  void MergeJoinStrategy.sortRight()
           
 

Constructors in com.metamatrix.query.processor.relational that throw TupleSourceNotFoundException
TupleCollector(TupleSourceID tsid, BufferManager bm)
           
 



Copyright © 2009. All Rights Reserved.