ierandra commented on code in PR #2160:
URL: https://github.com/apache/jackrabbit-oak/pull/2160#discussion_r1999232435
##########
oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/tool/AzureCompact.java:
##########
@@ -131,6 +129,30 @@ public Builder withTargetPath(String targetPath) {
return this;
}
+ /**
+ * The root directory to an existing segment store.
+ *
+ * @param rootPrefix
+ * the directory to an existing segment store.
+ * @return the builder
+ */
+ public Builder withRootPrefix(String rootPrefix) {
Review Comment:
this is used in other projects when running compaction
--
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]