rpuch commented on code in PR #6297:
URL: https://github.com/apache/ignite-3/pull/6297#discussion_r2222750067


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/LogStorageFactory.java:
##########
@@ -40,4 +41,11 @@ public interface LogStorageFactory extends LogSyncer, 
IgniteComponent {
      * @param uri Log storage URI.
      */
     void destroyLogStorage(String uri);
+
+    /**
+     * Obtains group IDs for storage of all Raft groups existing on disk.
+     *
+     * @param fastForward Fast forward that may be used to do fast forwards 
when iterating.

Review Comment:
   Do you mean, clarify this in the javadoc, or completely rename the 
`FastForward`, or use `Function<...>` instead of it?



-- 
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-unsubscr...@ignite.apache.org

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

Reply via email to