Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-17321 Add docs for java client partition awareness use cases #10453

Merged
merged 25 commits into from
Mar 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a179757
IGNITE-17321 Document which api can work with partition awareness
luchnikovbsk Oct 26, 2022
a8851b9
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Dec 20, 2022
ca50885
Merge branch 'apache:master' into IGNITE-17321
J-Bakuli Dec 20, 2022
94b0706
Merge branch 'apache:master' into IGNITE-17321
J-Bakuli Dec 22, 2022
78266f3
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Dec 22, 2022
5a29cf9
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Dec 23, 2022
ac23ab4
Merge remote-tracking branch 'bakuli/IGNITE-17321' into IGNITE-17321
J-Bakuli Dec 23, 2022
e053446
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Dec 23, 2022
e95794e
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Dec 27, 2022
2b49b7c
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Dec 27, 2022
40160aa
Merge branch 'apache:master' into IGNITE-17321
J-Bakuli Feb 6, 2023
d257bd2
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Feb 7, 2023
7929149
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Feb 7, 2023
51748a7
Merge remote-tracking branch 'origin/IGNITE-17321' into IGNITE-17321
J-Bakuli Feb 27, 2023
2b83544
Merge branch 'apache:master' into IGNITE-17321
J-Bakuli Feb 27, 2023
51acac9
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Feb 27, 2023
4468121
Merge remote-tracking branch 'origin/IGNITE-17321' into IGNITE-17321
J-Bakuli Feb 27, 2023
61de819
Merge branch 'apache:master' into IGNITE-17321
J-Bakuli Feb 27, 2023
60ae3b2
Merge remote-tracking branch 'origin/IGNITE-17321' into IGNITE-17321
J-Bakuli Feb 27, 2023
6f012c2
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Mar 6, 2023
0d4511a
Merge branch 'apache:master' into IGNITE-17321
J-Bakuli Mar 6, 2023
90945c3
IGNITE-17321 Document which api can work with partition awareness
J-Bakuli Mar 10, 2023
3fbecc6
Merge remote-tracking branch 'origin/IGNITE-17321' into IGNITE-17321
J-Bakuli Mar 10, 2023
7f0f124
Merge branch 'apache:master' into IGNITE-17321
J-Bakuli Mar 10, 2023
22606a0
Merge remote-tracking branch 'origin/IGNITE-17321' into IGNITE-17321
J-Bakuli Mar 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
IGNITE-17321 Document which api can work with partition awareness
  • Loading branch information
J-Bakuli committed Feb 27, 2023
commit 51acac930c6beaa9d1c4aef44741cf79e15a5db2
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ public boolean isPartitionAwarenessEnabled() {
* within explicit transactions {@code ClientTransactions#txStart()}.
* 2. {@link ScanQuery#setPartition(Integer)} and {@link IndexQuery#setPartition(Integer)} accept a partition number
* as a parameter with which the query is routed to a particular server node that stores the requested data.
* @return A value indicating whether partition awareness should be enabled.
* <p>
* Default is {@code true}: client sends requests directly to the primary node for the given cache key.
* To do so, connection is established to every known server node.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.