sanpwc commented on a change in pull request #514:
URL: https://github.com/apache/ignite-3/pull/514#discussion_r771712362



##########
File path: modules/api/src/main/java/org/apache/ignite/table/KeyValueView.java
##########
@@ -309,28 +336,31 @@ default V getOrDefault(K key, V defaultValue) {
      * @param key    A key with which the specified value is associated. The 
key cannot be {@code null}.
      * @param oldVal Expected value associated with the specified key.
      * @param newVal Value to be associated with the specified key.
+     * @param tx     The transaction or {@code null} to auto commit.

Review comment:
       tx param added.




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


Reply via email to