Uses of Class
org.apache.drill.exec.rpc.data.IncomingDataBatch
Packages that use IncomingDataBatch
-
Uses of IncomingDataBatch in org.apache.drill.exec.work.batch
Methods in org.apache.drill.exec.work.batch with parameters of type IncomingDataBatchModifier and TypeMethodDescriptionbooleanIncomingBuffers.batchArrived(IncomingDataBatch incomingBatch) -
Uses of IncomingDataBatch in org.apache.drill.exec.work.fragment
Methods in org.apache.drill.exec.work.fragment with parameters of type IncomingDataBatchModifier and TypeMethodDescriptionbooleanAbstractFragmentManager.handle(IncomingDataBatch batch) booleanFragmentManager.handle(IncomingDataBatch batch) Handle the next incoming record batch.