🌐 US-Proxy
class="logged-out env-production page-responsive" style="word-wrap: break-word;" >
Skip to content

v6: Cluster/Nodes API - #487

Merged
bevzzz merged 7 commits into
v6from
v6-cluster-nodes
Oct 29, 2025
Merged

v6: Cluster/Nodes API#487
bevzzz merged 7 commits into
v6from
v6-cluster-nodes

Conversation

@bevzzz

@bevzzz bevzzz commented Oct 23, 2025

Copy link
Copy Markdown
Collaborator
// Query sharing state
client.cluster.shardingState();
client.cluster.shardingState(s -> s.shard("x"));

// List nodes
client.cluster.listNodes(); // all
client.clusetr.listNodes(n -> n.collection("A").shard("b").verbosity(NodeVerbosity.MINIMAL));

@bevzzz bevzzz self-assigned this Oct 23, 2025

@orca-security-eu orca-security-eu Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

Comment thread src/main/java/io/weaviate/client6/v1/api/cluster/Node.java Outdated
@bevzzz
bevzzz merged commit b44ff5e into v6 Oct 29, 2025
2 checks passed
@bevzzz
bevzzz deleted the v6-cluster-nodes branch October 29, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants