Class AutoFollowStats
java.lang.Object
co.elastic.clients.elasticsearch.ccr.stats.AutoFollowStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AutoFollowStats extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description java.util.List<AutoFollowedCluster>autoFollowedClusters()Required - API name:auto_followed_clusterslongnumberOfFailedFollowIndices()Required - API name:number_of_failed_follow_indiceslongnumberOfFailedRemoteClusterStateRequests()Required - API name:number_of_failed_remote_cluster_state_requestslongnumberOfSuccessfulFollowIndices()Required - API name:number_of_successful_follow_indicesstatic AutoFollowStatsof(java.util.function.Function<AutoFollowStats.Builder,ObjectBuilder<AutoFollowStats>> fn)java.util.List<ErrorCause>recentAutoFollowErrors()Required - 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(ObjectDeserializer<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
-
-
Method Details
-
of
public static AutoFollowStats of(java.util.function.Function<AutoFollowStats.Builder,ObjectBuilder<AutoFollowStats>> fn) -
autoFollowedClusters
Required - API name:auto_followed_clusters -
numberOfFailedFollowIndices
public final long numberOfFailedFollowIndices()Required - API name:number_of_failed_follow_indices -
numberOfFailedRemoteClusterStateRequests
public final long numberOfFailedRemoteClusterStateRequests()Required - API name:number_of_failed_remote_cluster_state_requests -
numberOfSuccessfulFollowIndices
public final long numberOfSuccessfulFollowIndices()Required - API name:number_of_successful_follow_indices -
recentAutoFollowErrors
Required - API name:recent_auto_follow_errors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupAutoFollowStatsDeserializer
protected static void setupAutoFollowStatsDeserializer(ObjectDeserializer<AutoFollowStats.Builder> op)
-