kaijchen opened a new pull request, #3340:
URL: https://github.com/apache/ozone/pull/3340

   ## What changes were proposed in this pull request?
   
   Refactor ListBlock handler, cleanup code and use `startLocalID = 0` to 
indicate beginning.
   
   ``` java
     /**
      * List blocks in a container.
      *
      * @param container - Container from which blocks need to be listed.
      * @param startLocalID  - Key to start from, 0 to begin.
      * @param count    - Number of blocks to return.
      * @return List of Blocks that match the criteria.
      */
   ```
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-6521
   
   ## How was this patch tested?
   
   CI
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to