Class ClusterIndicesShardsIndex
java.lang.Object
org.opensearch.client.opensearch.cluster.stats.ClusterIndicesShardsIndex
- All Implemented Interfaces:
ToJsonp
public final class ClusterIndicesShardsIndex extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterIndicesShardsIndex.BuilderBuilder forClusterIndicesShardsIndex. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterIndicesShardsIndex>DESERIALIZERJson deserializer for ClusterIndicesShardsIndex -
Constructor Summary
Constructors Modifier Constructor Description protectedClusterIndicesShardsIndex(ClusterIndicesShardsIndex.Builder builder) -
Method Summary
Modifier and Type Method Description ClusterShardMetricsprimaries()Contains statistics about the number of primary shards assigned to selected nodes.ClusterShardMetricsreplication()Contains statistics about the number of replication shards assigned to selected nodes.protected static voidsetupClusterIndicesShardsIndexDeserializer(DelegatingDeserializer<ClusterIndicesShardsIndex.Builder> op)ClusterShardMetricsshards()Contains statistics about the number of shards assigned to selected nodes.voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for ClusterIndicesShardsIndex
-
-
Constructor Details
-
Method Details
-
primaries
Contains statistics about the number of primary shards assigned to selected nodes. API name:primaries -
replication
Contains statistics about the number of replication shards assigned to selected nodes. API name:replication -
shards
Contains statistics about the number of shards assigned to selected nodes. API name:shards -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupClusterIndicesShardsIndexDeserializer
protected static void setupClusterIndicesShardsIndexDeserializer(DelegatingDeserializer<ClusterIndicesShardsIndex.Builder> op)
-