Package org.apache.drill.exec.ops
Class AccountingDataTunnel
java.lang.Object
org.apache.drill.exec.ops.AccountingDataTunnel
Wrapper around a
DataTunnel
that tracks the status of batches sent to
to other Drillbits.-
Constructor Summary
ConstructorDescriptionAccountingDataTunnel
(DataTunnel tunnel, SendingAccountor sendingAccountor, RpcOutcomeListener<BitData.AckWithCredit> statusHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
setTestInjectionControls
(ControlsInjector testInjector, ExecutionControls testControls, org.slf4j.Logger testLogger)
-
Constructor Details
-
AccountingDataTunnel
public AccountingDataTunnel(DataTunnel tunnel, SendingAccountor sendingAccountor, RpcOutcomeListener<BitData.AckWithCredit> statusHandler)
-
-
Method Details
-
sendRecordBatch
-
sendRuntimeFilter
-
setTestInjectionControls
public void setTestInjectionControls(ControlsInjector testInjector, ExecutionControls testControls, org.slf4j.Logger testLogger)
-