You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/09/21 09:20:57 UTC

[GitHub] [ignite-3] ygerzhedovich commented on a change in pull request #348: IGNITE-15434

ygerzhedovich commented on a change in pull request #348:
URL: https://github.com/apache/ignite-3/pull/348#discussion_r712857838



##########
File path: modules/table/src/main/java/org/apache/ignite/internal/table/InternalTable.java
##########
@@ -195,5 +196,13 @@
     CompletableFuture<Collection<BinaryRow>> deleteAllExact(Collection<BinaryRow> rows,
         @Nullable Transaction tx);
 
+    /**
+     * Scans given partition, providing {@link Publisher<BinaryRow>} that reflectively notifies about partition rows.
+     * @param p The partition.
+     * @param tx The transaction.
+     * @return {@link Publisher<BinaryRow>} t{@link Publisher<BinaryRow>} that reflectively notifies about partition rows.
+     */
+    @NotNull Publisher<BinaryRow> scan(int p, @Nullable Transaction tx);
+
     //TODO: IGNTIE-14488. Add invoke() methods.

Review comment:
       ```suggestion
       //TODO: IGNITE-14488. Add invoke() methods.
   ```




-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org