mehakmeet commented on a change in pull request #2604:
URL: https://github.com/apache/hadoop/pull/2604#discussion_r553373525
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsOutputStreamStatistics.java
##########
@@ -65,6 +64,12 @@
*/
void writeCurrentBuffer();
+ /**
+ * Get the IOStatisticsStore instance from AbfsOutputStreamStatistics.
+ * @return instance of IOStatisticsStore which extends IOStatistics.
+ */
+ IOStatistics getIOStatistics();
Review comment:
I had implemented IOStatisticsSource in this interface's implementation
class. But, makes sense to extend here since, I am implementing this in the
implementation class.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]