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 final class Ccr extends Base
-
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 -
Constructor Summary
Constructors Constructor Description Ccr(Ccr.Builder builder)Ccr(java.util.function.Function<Ccr.Builder,Ccr.Builder> fn) -
Method Summary
Modifier and Type Method Description intautoFollowPatternsCount()API name:auto_follow_patterns_countintfollowerIndicesCount()API name:follower_indices_countprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCcrDeserializer(DelegatingDeserializer<Ccr.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, enabled, serialize, setupBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCcr
-
-
Constructor Details
-
Ccr
-
Ccr
-
-
Method Details
-
autoFollowPatternsCount
public int autoFollowPatternsCount()API name:auto_follow_patterns_count -
followerIndicesCount
public int followerIndicesCount()API name:follower_indices_count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupCcrDeserializer
-