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
  • Field Details

  • Method Details

    • of

      public static Ccr of​(java.util.function.Function<Ccr.Builder,​ObjectBuilder<Ccr>> fn)
    • autoFollowPatternsCount

      public final int autoFollowPatternsCount()
      Required - API name: auto_follow_patterns_count
    • followerIndicesCount

      public final int followerIndicesCount()
      Required - API name: follower_indices_count
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Overrides:
      serializeInternal in class Base
    • setupCcrDeserializer

      protected static void setupCcrDeserializer​(ObjectDeserializer<Ccr.Builder> op)