Class AutoFollowStats

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

public final class AutoFollowStats extends Object
  • Method Details

    • getNumberOfFailedFollowIndices

      public long getNumberOfFailedFollowIndices()
    • getNumberOfFailedRemoteClusterStateRequests

      public long getNumberOfFailedRemoteClusterStateRequests()
    • getNumberOfSuccessfulFollowIndices

      public long getNumberOfSuccessfulFollowIndices()
    • getRecentAutoFollowErrors

      public NavigableMap<String,org.elasticsearch.core.Tuple<Long,org.elasticsearch.ElasticsearchException>> getRecentAutoFollowErrors()
    • getAutoFollowedClusters

      public NavigableMap<String,AutoFollowStats.AutoFollowedCluster> getAutoFollowedClusters()