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