xtern commented on a change in pull request #8648:
URL: https://github.com/apache/ignite/pull/8648#discussion_r600307342
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cacheobject/IgniteCacheObjectProcessor.java
##########
@@ -306,6 +307,15 @@ public void updateMetadata(int typeId, String typeName,
@Nullable String affKeyF
*/
public void saveMetadata(Collection<BinaryType> types, File dir);
+ /**
+ * Merge the binary metadata files stored in the specified directory.
+ *
+ * @param metadataDir Directory containing binary metadata files.
+ * @param stopChecker Prcoess interrupt checker.
Review comment:
Done
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]