Class CcrStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.ccr.CcrStatsResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CcrStatsResponse>Json deserializer forCcrStatsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal AutoFollowStatsRequired - Statistics for the auto-follow coordinator.final FollowStatsRequired - Shard-level statistics for follower indices.static CcrStatsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCcrStatsResponse
-
-
Method Details
-
of
public static CcrStatsResponse of(Function<CcrStatsResponse.Builder, ObjectBuilder<CcrStatsResponse>> fn) -
autoFollowStats
Required - Statistics for the auto-follow coordinator.API name:
auto_follow_stats -
followStats
Required - Shard-level statistics for follower indices.API name:
follow_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCcrStatsResponseDeserializer
protected static void setupCcrStatsResponseDeserializer(ObjectDeserializer<CcrStatsResponse.Builder> op)
-