Package org.apache.drill.exec.ops
Class AccountingUserConnection
java.lang.Object
org.apache.drill.exec.ops.AccountingUserConnection
Wrapper around a
UserClientConnection
that tracks the status of batches
sent to User.-
Constructor Summary
ConstructorDescriptionAccountingUserConnection
(UserClientConnection connection, SendingAccountor sendingAccountor, RpcOutcomeListener<GeneralRPCProtos.Ack> statusHandler) -
Method Summary
-
Constructor Details
-
AccountingUserConnection
public AccountingUserConnection(UserClientConnection connection, SendingAccountor sendingAccountor, RpcOutcomeListener<GeneralRPCProtos.Ack> statusHandler)
-
-
Method Details
-
sendData
-