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.common.buffer.storage.memory   
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
 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, int maxEndRow)
          Gets a tuple batch by ID and indexes.
 void StorageManager.removeBatch(TupleSourceID sourceID, int beginRow)
          Remove a batch from this storage as specified.
 void BufferManager.removeTupleSource(TupleSourceID tupleSourceID)
          Removes a tuple source by ID
 void BufferManager.setStatus(TupleSourceID tupleSourceID, BufferManager.TupleSourceStatus status)
          Sets the status of the tuple source
 void BufferManager.unpinTupleBatch(TupleSourceID tupleSourceID, int firstRow, int lastRow)
          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.
protected  void BufferManagerImpl.clean(long memoryRequired, com.metamatrix.common.buffer.impl.TupleGroupInfo targetGroupInfo)
          Over memory limit for this session.
 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
 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, int maxEndRow)
          Pin a tuple source in memory and return it.
 void BufferManagerImpl.removeTupleSource(TupleSourceID tupleSourceID)
          Remove a tuple source based on ID
 void BufferManagerImpl.setStatus(TupleSourceID tupleSourceID, BufferManager.TupleSourceStatus status)
          Set the status for a particular tuple source
 void BufferManagerImpl.unpinTupleBatch(TupleSourceID tupleSourceID, int beginRow, int endRow)
          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.
 void FileStorageManager.removeBatch(TupleSourceID sourceID, int beginRow)
          This method does nothing - rather than deleting batches from the middle of a RandomAccessFile, which would be very expensive, we just handle the possibility that a batch already exists in the addBatch method.
 

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

Methods in com.metamatrix.common.buffer.storage.memory that throw TupleSourceNotFoundException
 TupleBatch MemoryStorageManager.getBatch(TupleSourceID storageID, int beginRow, java.lang.String[] types)
           
 void MemoryStorageManager.removeBatch(TupleSourceID sourceID, int 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 MergeJoinStrategy.close()
           
 void JoinStrategy.close()
           
protected  void SortNode.collectionPhase(TupleBatch batch)
           
protected  void SortUtility.mergePhase()
           
protected  void SortUtility.sortPhase()
           
 



Copyright © 2009. All Rights Reserved.