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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutoFollowStats.BuilderBuilder forAutoFollowStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AutoFollowStats>_DESERIALIZERJson deserializer forAutoFollowStats -
Constructor Summary
Constructors Constructor Description AutoFollowStats(AutoFollowStats.Builder builder)AutoFollowStats(java.util.function.Function<AutoFollowStats.Builder,AutoFollowStats.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<AutoFollowedCluster>autoFollowedClusters()API name:auto_followed_clusterslongnumberOfFailedFollowIndices()API name:number_of_failed_follow_indiceslongnumberOfFailedRemoteClusterStateRequests()API name:number_of_failed_remote_cluster_state_requestslongnumberOfSuccessfulFollowIndices()API name:number_of_successful_follow_indicesjava.util.List<ErrorCause>recentAutoFollowErrors()API name:recent_auto_follow_errorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupAutoFollowStatsDeserializer(DelegatingDeserializer<AutoFollowStats.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAutoFollowStats
-
-
Constructor Details
-
AutoFollowStats
-
AutoFollowStats
public AutoFollowStats(java.util.function.Function<AutoFollowStats.Builder,AutoFollowStats.Builder> fn)
-
-
Method Details
-
autoFollowedClusters
API name:auto_followed_clusters -
numberOfFailedFollowIndices
public long numberOfFailedFollowIndices()API name:number_of_failed_follow_indices -
numberOfFailedRemoteClusterStateRequests
public long numberOfFailedRemoteClusterStateRequests()API name:number_of_failed_remote_cluster_state_requests -
numberOfSuccessfulFollowIndices
public long numberOfSuccessfulFollowIndices()API name:number_of_successful_follow_indices -
recentAutoFollowErrors
API name:recent_auto_follow_errors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupAutoFollowStatsDeserializer
protected static void setupAutoFollowStatsDeserializer(DelegatingDeserializer<AutoFollowStats.Builder> op)
-