You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridDistributedTxPrepareRequest.java
+8-34Lines changed: 8 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -80,21 +80,15 @@ public class GridDistributedTxPrepareRequest extends GridDistributedBaseMessage
80
80
privatelongthreadId;
81
81
82
82
/** Transaction concurrency. */
83
+
@Order(8)
83
84
@GridToStringInclude
84
85
privateTransactionConcurrencyconcurrency;
85
86
86
-
/** Transaction concurrency ordinal. */
87
-
@Order(value = 8, method = "concurrencyOrdinal")
88
-
privatebyteconcurrencyOrd;
89
-
90
87
/** Transaction isolation. */
88
+
@Order(9)
91
89
@GridToStringInclude
92
90
privateTransactionIsolationisolation;
93
91
94
-
/** Transaction isolation ordinal. */
95
-
@Order(value = 9, method = "isolationOrdinal")
96
-
privatebyteisolationOrd;
97
-
98
92
/** Commit version for EC transactions. */
99
93
@Order(value = 10, method = "writeVersion")
100
94
@GridToStringInclude
@@ -188,9 +182,7 @@ public GridDistributedTxPrepareRequest(
0 commit comments