nizhikov commented on code in PR #10116:
URL: https://github.com/apache/ignite/pull/10116#discussion_r910786762
##########
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/indexreader/IgniteIndexReader.java:
##########
@@ -1040,6 +1186,33 @@ private void printIoStat(String prefix, String caption,
Map<Class<? extends Page
);
}
+ /**
+ * Creating new {@link FilePageStore} and initializing it.
+ * It can return {@code null} if partition file were not found, for
example: node should not contain it by affinity.
+ *
+ * @param partId Partition ID.
+ * @param type Data type, can be {@link PageIdAllocator#FLAG_IDX} or
{@link PageIdAllocator#FLAG_DATA}.
+ * @param storeFactory Store factory.
+ * @return New instance of {@link FilePageStore} or {@code null}.
+ * @throws IgniteCheckedException If there are errors when creating or
initializing {@link FilePageStore}.
+ */
+ @Nullable FilePageStore filePageStore(
Review Comment:
Yes. Fixed
--
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]