Class AutoFollowStats

java.lang.Object
org.elasticsearch.client.ccr.AutoFollowStats

public final class AutoFollowStats
extends java.lang.Object
  • Method Details

    • getNumberOfFailedFollowIndices

      public long getNumberOfFailedFollowIndices()
    • getNumberOfFailedRemoteClusterStateRequests

      public long getNumberOfFailedRemoteClusterStateRequests()
    • getNumberOfSuccessfulFollowIndices

      public long getNumberOfSuccessfulFollowIndices()
    • getRecentAutoFollowErrors

      public java.util.NavigableMap<java.lang.String,​org.elasticsearch.common.collect.Tuple<java.lang.Long,​org.elasticsearch.ElasticsearchException>> getRecentAutoFollowErrors()
    • getAutoFollowedClusters

      public java.util.NavigableMap<java.lang.String,​AutoFollowStats.AutoFollowedCluster> getAutoFollowedClusters()