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


##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/snapshot/PartitionStorageAccess.java:
##########
@@ -31,33 +30,17 @@
 import org.apache.ignite.internal.storage.StorageException;
 import org.apache.ignite.internal.storage.StorageRebalanceException;
 import org.apache.ignite.internal.storage.TxIdMismatchException;
-import org.apache.ignite.internal.tx.TxMeta;
-import org.apache.ignite.internal.util.Cursor;
 import org.jetbrains.annotations.Nullable;
 
 /**
  * Small abstractions for partition storages that includes only methods, 
mandatory for the snapshot storage.
  */
-public interface PartitionAccess {
-    /**
-     * Returns the key that uniquely identifies the corresponding partition.
-     */
-    PartitionKey partitionKey();
-
-    /**
-     * Creates a cursor to scan all meta of transactions.
-     *
-     * <p>All metas that exist at the time the method is called will be 
returned, in transaction ID order as an unsigned 128 bit integer.
-     */
-    Cursor<IgniteBiTuple<UUID, TxMeta>> getAllTxMeta();
+public interface PartitionStorageAccess {

Review Comment:
   Because otherwise it's not clear that it's only about MV data of partition 
and not about its TX state data



-- 
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