ascherbakoff commented on a change in pull request #214:
URL: https://github.com/apache/ignite-3/pull/214#discussion_r670310429
##########
File path: modules/api/src/main/java/org/apache/ignite/table/TableView.java
##########
@@ -351,4 +353,9 @@
*/
@NotNull <T extends Serializable> CompletableFuture<Map<R, T>>
invokeAllAsync(@NotNull Collection<R> keyRecs,
InvokeProcessor<R, R, T> proc);
+
+ /**
+ * @return Current transaction or null if a table is not enlisted in any
transaction.
+ */
+ @Nullable Transaction transaction();
Review comment:
Method abbrevs are forbidden.
--
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]