Commit a82ecbc
authored
Replace AddressSet with standard Java collections (#1037)
* Replace AddressSet with standard Java collections
This update also prevents unnecessary connection pool closures by keeping `disused` addresses until next routing table update and reusing them.
* Update reader, writer and router addresses handling and change type1 parent 3b2b564 commit a82ecbc
File tree
16 files changed
+271
-537
lines changed- driver/src
- main/java/org/neo4j/driver/internal
- async/pool
- cluster
- loadbalancing
- util
- test/java/org/neo4j/driver/internal
- cluster
- loadbalancing
- util
- testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests
16 files changed
+271
-537
lines changedLines changed: 2 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | 345 | | |
Lines changed: 0 additions & 113 deletions
This file was deleted.
0 commit comments