tkalkirill commented on code in PR #920:
URL: https://github.com/apache/ignite-3/pull/920#discussion_r920973759
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/ArrayDirtyPages.java:
##########
@@ -15,37 +15,29 @@
* limitations under the License.
*/
-package org.apache.ignite.internal.storage.pagememory;
+package org.apache.ignite.internal.pagememory.persistence.checkpoint;
import org.apache.ignite.internal.pagememory.FullPageId;
+import org.apache.ignite.internal.pagememory.persistence.GroupPartitionId;
/**
- * Class for storing {@link TableTree} partition metadata.
+ * Dirty page array container.
*/
-class PartitionMeta {
- /** {@link TableTree} root. */
- final FullPageId treeRoot;
+class ArrayDirtyPages {
Review Comment:
Got it, I'll change the class 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]