Uses of Class
com.metamatrix.common.lob.LobChunk

Packages that use LobChunk
com.metamatrix.common.buffer   
com.metamatrix.common.buffer.impl   
com.metamatrix.common.lob   
com.metamatrix.dqp.client   
com.metamatrix.dqp.client.impl   
 

Uses of LobChunk in com.metamatrix.common.buffer
 

Methods in com.metamatrix.common.buffer that return LobChunk
 LobChunk BufferManager.getStreamablePart(TupleSourceID tupleSourceID, int beginRow)
          Returns the streamable batch object's part stored with specified identifier
 

Methods in com.metamatrix.common.buffer with parameters of type LobChunk
 void BufferManager.addStreamablePart(TupleSourceID tupleSourceID, LobChunk streamGlob, int beginRow)
          Add a streamable object to the persistent store.
 

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

Methods in com.metamatrix.common.buffer.impl that return LobChunk
 LobChunk BufferManagerImpl.getStreamablePart(TupleSourceID tupleSourceID, int beginRow)
           
 

Methods in com.metamatrix.common.buffer.impl with parameters of type LobChunk
 void BufferManagerImpl.addStreamablePart(TupleSourceID tupleSourceID, LobChunk streamChunk, int beginRow)
           
 

Uses of LobChunk in com.metamatrix.common.lob
 

Methods in com.metamatrix.common.lob that return LobChunk
 LobChunk BufferManagerLobChunkStream.getNextChunk()
           
 LobChunk LobChunkProducer.getNextChunk()
          Gets the next LobChunk from the source, based on the chunk size configured
 LobChunk ByteLobChunkStream.getNextChunk()
           
 

Uses of LobChunk in com.metamatrix.dqp.client
 

Methods in com.metamatrix.dqp.client that return types with arguments of type LobChunk
 ResultsFuture<LobChunk> ClientSideDQP.requestNextLobChunk(int lobRequestId, long requestId, java.lang.String streamId)
           
 

Uses of LobChunk in com.metamatrix.dqp.client.impl
 

Methods in com.metamatrix.dqp.client.impl that return LobChunk
 LobChunk StreamingLobChunckProducer.getNextChunk()
           
 



Copyright © 2009. All Rights Reserved.