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-22149 Java thin: Implement partition API #3764

Merged
merged 10 commits into from
May 22, 2024
Merged

IGNITE-22149 Java thin: Implement partition API #3764

merged 10 commits into from
May 22, 2024

Conversation

Pochatkin
Copy link
Contributor

@Pochatkin Pochatkin requested a review from ptupitsyn May 15, 2024 10:30
@Pochatkin Pochatkin requested a review from ptupitsyn May 17, 2024 11:20
@Pochatkin Pochatkin requested a review from ptupitsyn May 20, 2024 09:45
@Pochatkin Pochatkin requested a review from ptupitsyn May 20, 2024 12:01
@ptupitsyn ptupitsyn changed the title IGNITE-22149 Java Thin client table partition API IGNITE-22149 Java thin: Implement client partition API May 20, 2024
@ptupitsyn ptupitsyn changed the title IGNITE-22149 Java thin: Implement client partition API IGNITE-22149 Java thin: Implement partition API May 20, 2024
@Override
@SuppressWarnings("resource")
public CompletableFuture<Map<Partition, ClusterNode>> primaryReplicasAsync() {
return tbl.channel().serviceAsync(ClientOp.PRIMARY_REPLICAS_GET,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use cache in this method?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pochatkin please don't resolve conversations without a reply.

Mikhail Pochatkin added 3 commits May 21, 2024 12:04
# Conflicts:
#	modules/client-common/src/main/java/org/apache/ignite/internal/client/proto/ClientOp.java
@Pochatkin Pochatkin requested a review from ptupitsyn May 21, 2024 09:17
Mikhail Pochatkin added 2 commits May 22, 2024 12:51
@Pochatkin Pochatkin merged commit 1ae5d75 into main May 22, 2024
1 check passed
@ptupitsyn ptupitsyn deleted the IGNITE-22149 branch May 22, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants