Uses of Class
org.apache.drill.exec.ops.AccountingDataTunnel
Packages that use AccountingDataTunnel
-
Uses of AccountingDataTunnel in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return AccountingDataTunnelModifier and TypeMethodDescriptionExchangeFragmentContext.getDataTunnel(CoordinationProtos.DrillbitEndpoint endpoint) FragmentContextImpl.getDataTunnel(CoordinationProtos.DrillbitEndpoint endpoint) -
Uses of AccountingDataTunnel in org.apache.drill.exec.physical.impl.partitionsender
Methods in org.apache.drill.exec.physical.impl.partitionsender with parameters of type AccountingDataTunnelModifier and TypeMethodDescriptionprotected PartitionerTemplate.OutgoingRecordBatchPartitionerTemplate.newOutgoingRecordBatch(OperatorStats stats, HashPartitionSender operator, AccountingDataTunnel tunnel, FragmentContext context, BufferAllocator allocator, int oppositeMinorFragmentId) Shim method to be overridden in plain-old Java mode by the subclass to instantiate the generated inner class.Constructors in org.apache.drill.exec.physical.impl.partitionsender with parameters of type AccountingDataTunnelModifierConstructorDescriptionOutgoingRecordBatch(OperatorStats stats, HashPartitionSender operator, AccountingDataTunnel tunnel, FragmentContext context, BufferAllocator allocator, int oppositeMinorFragmentId)