ascherbakoff commented on code in PR #3673:
URL: https://github.com/apache/ignite-3/pull/3673#discussion_r1587529254


##########
modules/api/src/main/java/org/apache/ignite/table/Table.java:
##########
@@ -37,6 +39,13 @@ public interface Table {
      */
     String name();
 
+    /**
+     * Gets a partition manager of a table.
+     *
+     * @return Partition manager.
+     */
+    PartitionManager<HashPartition> partitionManager();

Review Comment:
   `<T extends Partition> PartitionManager<T> partitionManager();`



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