Commit 222a85b
authored
IGNITE-27776 Simplify custom messages hierarchy (#12708)
1 parent af5f7aa commit 222a85b
56 files changed
Lines changed: 290 additions & 409 deletions
File tree
- modules
- core/src
- main
- java/org/apache/ignite
- internal
- managers/discovery
- processors/cache/persistence/wal/reader
- util
- spi/discovery
- isolated
- tcp
- messages
- resources/META-INF
- test/java/org/apache/ignite
- internal
- binary
- client/thin
- managers/discovery
- processors
- cache
- binary
- persistence
- db
- snapshot
- incremental
- continuous
- query/schema
- security
- service
- spi/discovery
- tcp
- testframework
- junits
- indexing/src/test/java/org/apache/ignite/internal/processors
- cache
- query
- zookeeper/src
- main/java/org/apache/ignite/spi/discovery/zk
- internal
- test/java/org/apache/ignite/spi/discovery/zk
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/CustomMessageWrapper.java
Lines changed: 0 additions & 68 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
97 | | - | |
98 | 95 | | |
99 | 96 | | |
100 | 97 | | |
| |||
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java
Lines changed: 11 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
593 | 592 | | |
594 | 593 | | |
595 | 594 | | |
596 | | - | |
597 | | - | |
| 595 | + | |
| 596 | + | |
598 | 597 | | |
599 | 598 | | |
600 | 599 | | |
| |||
933 | 932 | | |
934 | 933 | | |
935 | 934 | | |
936 | | - | |
| 935 | + | |
937 | 936 | | |
938 | 937 | | |
939 | 938 | | |
| |||
2336 | 2335 | | |
2337 | 2336 | | |
2338 | 2337 | | |
2339 | | - | |
| 2338 | + | |
2340 | 2339 | | |
2341 | 2340 | | |
2342 | 2341 | | |
| |||
2941 | 2940 | | |
2942 | 2941 | | |
2943 | 2942 | | |
2944 | | - | |
| 2943 | + | |
2945 | 2944 | | |
2946 | 2945 | | |
2947 | 2946 | | |
| |||
2955 | 2954 | | |
2956 | 2955 | | |
2957 | 2956 | | |
2958 | | - | |
| 2957 | + | |
2959 | 2958 | | |
2960 | 2959 | | |
2961 | 2960 | | |
| |||
2964 | 2963 | | |
2965 | 2964 | | |
2966 | 2965 | | |
2967 | | - | |
| 2966 | + | |
2968 | 2967 | | |
2969 | 2968 | | |
2970 | 2969 | | |
| |||
2973 | 2972 | | |
2974 | 2973 | | |
2975 | 2974 | | |
2976 | | - | |
| 2975 | + | |
2977 | 2976 | | |
2978 | 2977 | | |
2979 | 2978 | | |
| |||
3072 | 3071 | | |
3073 | 3072 | | |
3074 | 3073 | | |
3075 | | - | |
| 3074 | + | |
3076 | 3075 | | |
3077 | 3076 | | |
3078 | 3077 | | |
| |||
3228 | 3227 | | |
3229 | 3228 | | |
3230 | 3229 | | |
3231 | | - | |
| 3230 | + | |
3232 | 3231 | | |
3233 | 3232 | | |
3234 | 3233 | | |
3235 | | - | |
| 3234 | + | |
3236 | 3235 | | |
3237 | 3236 | | |
3238 | 3237 | | |
| |||
Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | | - | |
35 | | - | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
46 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
47 | 66 | | |
48 | 67 | | |
49 | 68 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
190 | 191 | | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
8305 | 8307 | | |
8306 | 8308 | | |
8307 | 8309 | | |
| 8310 | + | |
| 8311 | + | |
| 8312 | + | |
| 8313 | + | |
| 8314 | + | |
| 8315 | + | |
| 8316 | + | |
| 8317 | + | |
| 8318 | + | |
| 8319 | + | |
8308 | 8320 | | |
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
45 | | - | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | | - | |
| 127 | + | |
127 | 128 | | |
128 | | - | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | | - | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
0 commit comments