Class ShardsCapacityIndicatorTierDetail
java.lang.Object
co.elastic.clients.elasticsearch.core.health_report.ShardsCapacityIndicatorTierDetail
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class ShardsCapacityIndicatorTierDetail
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ShardsCapacityIndicatorTierDetail>Json deserializer forShardsCapacityIndicatorTierDetail -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerAPI name:current_used_shardsfinal intRequired - API name:max_shards_in_clusterof(Function<ShardsCapacityIndicatorTierDetail.Builder, ObjectBuilder<ShardsCapacityIndicatorTierDetail>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupShardsCapacityIndicatorTierDetailDeserializer(ObjectDeserializer<ShardsCapacityIndicatorTierDetail.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forShardsCapacityIndicatorTierDetail
-
-
Method Details
-
of
-
maxShardsInCluster
public final int maxShardsInCluster()Required - API name:max_shards_in_cluster -
currentUsedShards
API name:current_used_shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupShardsCapacityIndicatorTierDetailDeserializer
protected static void setupShardsCapacityIndicatorTierDetailDeserializer(ObjectDeserializer<ShardsCapacityIndicatorTierDetail.Builder> op)
-