EdColeman commented on code in PR #3220:
URL: https://github.com/apache/accumulo/pull/3220#discussion_r1122246211
##########
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:
##########
@@ -1086,4 +1086,40 @@ default TimeType getTimeType(String tableName) throws
TableNotFoundException {
throw new UnsupportedOperationException();
}
+ /**
Review Comment:
Is there a good place to summarize what ondemands means vs on or offline? I
assume the web site would have a more lengthy description, but having something
in the javadocs might - would not want to see it on every ondemand method, but
somewhere? (and can be done later)
--
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]