Class Ccr
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Ccr
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Ccr extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCcr.BuilderBuilder forCcr.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Ccr>_DESERIALIZERJson deserializer forCcr -
Method Summary
Modifier and Type Method Description intautoFollowPatternsCount()Required - API name:auto_follow_patterns_countintfollowerIndicesCount()Required - API name:follower_indices_countstatic Ccrof(java.util.function.Function<Ccr.Builder,ObjectBuilder<Ccr>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCcrDeserializer(ObjectDeserializer<Ccr.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, baseOf, enabled, serialize, setupBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCcr
-
-
Method Details
-
of
-
autoFollowPatternsCount
public final int autoFollowPatternsCount()Required - API name:auto_follow_patterns_count -
followerIndicesCount
public final int followerIndicesCount()Required - API name:follower_indices_count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupCcrDeserializer
-