Class AutoFollowStats

java.lang.Object
co.elastic.clients.elasticsearch.ccr.stats.AutoFollowStats
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class AutoFollowStats
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • autoFollowedClusters

      public java.util.List<AutoFollowedCluster> autoFollowedClusters()
      Required - API name: auto_followed_clusters
    • numberOfFailedFollowIndices

      public long numberOfFailedFollowIndices()
      Required - API name: number_of_failed_follow_indices
    • numberOfFailedRemoteClusterStateRequests

      public long numberOfFailedRemoteClusterStateRequests()
      Required - API name: number_of_failed_remote_cluster_state_requests
    • numberOfSuccessfulFollowIndices

      public long numberOfSuccessfulFollowIndices()
      Required - API name: number_of_successful_follow_indices
    • recentAutoFollowErrors

      public java.util.List<ErrorCause> recentAutoFollowErrors()
      Required - API name: recent_auto_follow_errors
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupAutoFollowStatsDeserializer

      protected static void setupAutoFollowStatsDeserializer​(DelegatingDeserializer<AutoFollowStats.Builder> op)