You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/08/10 01:15:41 UTC

[GitHub] [accumulo] keith-turner commented on a diff in pull request #3645: Create getTabletInformation API method

keith-turner commented on code in PR #3645:
URL: https://github.com/apache/accumulo/pull/3645#discussion_r1289414827


##########
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:
##########
@@ -1034,4 +1034,13 @@ default Stream<HostingGoalForTablet> getTabletHostingGoal(final String tableName
     throw new UnsupportedOperationException();
   }
 
+  /**
+   * @return a stream of tablets information for tablets that fall in the specified range

Review Comment:
   ```suggestion
      * @return a stream of tablets information for tablets that fall in the specified range.  The stream may be backed by a scanner, so its best to close the stream.
   ```



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org