tkalkirill commented on a change in pull request #9223:
URL: https://github.com/apache/ignite/pull/9223#discussion_r664298501
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManager.java
##########
@@ -569,6 +569,23 @@ public void storeEntries(int partId,
Iterator<GridCacheEntryInfo> infos,
*/
public void dropRootPageForIndex(int cacheId, String idxName, int segment)
throws IgniteCheckedException;
+ /**
+ * Renaming the root page of the index tree.
+ *
+ * @param cacheId Cache id.
+ * @param oldIdxName Old name of the index tree.
+ * @param newIdxName New name of the index tree.
+ * @param segment Segment number.
+ * @return Renamed root page of the index tree.
+ * @throws IgniteCheckedException If failed.
+ */
+ @Nullable RootPage renameRootPageForIndex(
Review comment:
We discussed in the slack that we can leave the current name.
--
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]