Uses of Class
org.teiid.client.lob.LobChunk
-
Packages that use LobChunk Package Description org.teiid.client org.teiid.client.lob org.teiid.dqp.internal.process -
-
Uses of LobChunk in org.teiid.client
Methods in org.teiid.client that return types with arguments of type LobChunk Modifier and Type Method Description ResultsFuture<LobChunk>
DQP. requestNextLobChunk(int lobRequestId, long requestId, String streamId)
-
Uses of LobChunk in org.teiid.client.lob
Methods in org.teiid.client.lob that return LobChunk Modifier and Type Method Description LobChunk
LobChunkProducer. getNextChunk()
Gets the next LobChunk from the source, based on the chunk size configuredLobChunk
StreamingLobChunckProducer. getNextChunk()
-
Uses of LobChunk in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return LobChunk Modifier and Type Method Description LobChunk
ByteLobChunkStream. getNextChunk()
Methods in org.teiid.dqp.internal.process that return types with arguments of type LobChunk Modifier and Type Method Description ResultsFuture<LobChunk>
DQPCore. requestNextLobChunk(int lobRequestId, long requestId, String streamId)
Method parameters in org.teiid.dqp.internal.process with type arguments of type LobChunk Modifier and Type Method Description void
RequestWorkItem. processLobChunkRequest(String id, int streamRequestId, ResultsReceiver<LobChunk> chunckReceiver)
-