Package org.elasticsearch.client.ccr
Class AutoFollowStats
- java.lang.Object
-
- org.elasticsearch.client.ccr.AutoFollowStats
-
public final class AutoFollowStats extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutoFollowStats.AutoFollowedCluster
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigableMap<String,AutoFollowStats.AutoFollowedCluster>getAutoFollowedClusters()longgetNumberOfFailedFollowIndices()longgetNumberOfFailedRemoteClusterStateRequests()longgetNumberOfSuccessfulFollowIndices()NavigableMap<String,Tuple<Long,ElasticsearchException>>getRecentAutoFollowErrors()
-
-
-
Method Detail
-
getNumberOfFailedFollowIndices
public long getNumberOfFailedFollowIndices()
-
getNumberOfFailedRemoteClusterStateRequests
public long getNumberOfFailedRemoteClusterStateRequests()
-
getNumberOfSuccessfulFollowIndices
public long getNumberOfSuccessfulFollowIndices()
-
getRecentAutoFollowErrors
public NavigableMap<String,Tuple<Long,ElasticsearchException>> getRecentAutoFollowErrors()
-
getAutoFollowedClusters
public NavigableMap<String,AutoFollowStats.AutoFollowedCluster> getAutoFollowedClusters()
-
-