Class ClusterStateRoutingNodes
java.lang.Object
org.opensearch.client.opensearch.cluster.ClusterStateRoutingNodes
- All Implemented Interfaces:
ToJsonp
public final class ClusterStateRoutingNodes extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterStateRoutingNodes.BuilderBuilder forClusterStateRoutingNodes. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterStateRoutingNodes>DESERIALIZERJson deserializer for ClusterStateRoutingNodes -
Constructor Summary
Constructors Modifier Constructor Description protectedClusterStateRoutingNodes(ClusterStateRoutingNodes.Builder builder) -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<NodeShard>>nodes()API name:nodesprotected static voidsetupClusterStateRoutingNodesDeserializer(DelegatingDeserializer<ClusterStateRoutingNodes.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.util.List<NodeShard>unassigned()API name:unassigned
-
Field Details
-
DESERIALIZER
Json deserializer for ClusterStateRoutingNodes
-
-
Constructor Details
-
Method Details
-
unassigned
API name:unassigned -
nodes
API name:nodes -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupClusterStateRoutingNodesDeserializer
protected static void setupClusterStateRoutingNodesDeserializer(DelegatingDeserializer<ClusterStateRoutingNodes.Builder> op)
-