maksaska commented on code in PR #12128:
URL: https://github.com/apache/ignite/pull/12128#discussion_r2157323424


##########
modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientTransactions.java:
##########
@@ -280,5 +293,15 @@ ClientChannel clientChannel() {
         boolean isClosed() {
             return closed;
         }
+
+        /** */
+        public TransactionConcurrency getConcurrency() {

Review Comment:
   Done!



##########
modules/core/src/main/java/org/apache/ignite/internal/client/thin/TcpClientTransactions.java:
##########
@@ -280,5 +293,15 @@ ClientChannel clientChannel() {
         boolean isClosed() {
             return closed;
         }
+
+        /** */
+        public TransactionConcurrency getConcurrency() {
+            return concurrency;
+        }
+
+        /** */
+        public TransactionIsolation getIsolation() {

Review Comment:
   Done!



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