Class ClusterIndicesShardsIndex
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterIndicesShardsIndex
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class ClusterIndicesShardsIndex
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterIndicesShardsIndex>Json deserializer forClusterIndicesShardsIndex -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterIndicesShardsIndexfinal ClusterShardMetricsRequired - Contains statistics about the number of primary shards assigned to selected nodes.final ClusterShardMetricsRequired - Contains statistics about the number of replication shards assigned to selected nodes.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupClusterIndicesShardsIndexDeserializer(ObjectDeserializer<ClusterIndicesShardsIndex.Builder> op) final ClusterShardMetricsshards()Required - Contains statistics about the number of shards assigned to selected nodes.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterIndicesShardsIndex
-
-
Method Details
-
of
public static ClusterIndicesShardsIndex of(Function<ClusterIndicesShardsIndex.Builder, ObjectBuilder<ClusterIndicesShardsIndex>> fn) -
primaries
Required - Contains statistics about the number of primary shards assigned to selected nodes.API name:
primaries -
replication
Required - Contains statistics about the number of replication shards assigned to selected nodes.API name:
replication -
shards
Required - Contains statistics about the number of shards assigned to selected nodes.API name:
shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterIndicesShardsIndexDeserializer
protected static void setupClusterIndicesShardsIndexDeserializer(ObjectDeserializer<ClusterIndicesShardsIndex.Builder> op)
-