jmark99 commented on code in PR #3645:
URL: https://github.com/apache/accumulo/pull/3645#discussion_r1280685371
##########
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:
##########
@@ -1034,4 +1035,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
+ * @since 4.0.0
+ */
+ default Stream<TabletInformationImpl> getTabletInformation(final String
tableName,
Review Comment:
@keith-turner I took your suggestion and then found that it could be
simplified further by adding a cast within the lambda. I thought I had tried
that before, but I must have been mistaken.
Once this PR is merged I will address the getTabletHostingGoal method that
you mentioned above.
--
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]