cshannon commented on code in PR #3418:
URL: https://github.com/apache/accumulo/pull/3418#discussion_r1214859471
##########
core/src/main/java/org/apache/accumulo/core/client/rfile/RFile.java:
##########
@@ -76,6 +78,38 @@ public interface InputArguments {
* @return this
*/
ScannerFSOptions from(String... files);
+
+ /**
+ * Specify FencedRfiles to read from. When multiple are specified the
{@link Scanner}
+ * constructed will present a merged view.
+ *
+ * @param files one or more FencedRfiles to read.
+ * @return this
+ *
+ * @since 3.1.0
+ */
+ ScannerFSOptions from(FencedRfile... files);
+
+ /**
+ * @since 3.1.0
+ */
+ class FencedRfile {
Review Comment:
Oops that was a typo, I'll fix that.
--
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]