Class AutoFollowStats
java.lang.Object
co.elastic.clients.elasticsearch.ccr.stats.AutoFollowStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<AutoFollowStats>
Json deserializer forAutoFollowStats
-
Method Summary
Modifier and TypeMethodDescriptionfinal List<AutoFollowedCluster>
Required - API name:auto_followed_clusters
final long
Required - API name:number_of_failed_follow_indices
final long
Required - API name:number_of_failed_remote_cluster_state_requests
final long
Required - API name:number_of_successful_follow_indices
static AutoFollowStats
final List<ErrorCause>
Required - API name:recent_auto_follow_errors
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAutoFollowStats
-
-
Method Details
-
of
public static AutoFollowStats of(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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAutoFollowStatsDeserializer
protected static void setupAutoFollowStatsDeserializer(ObjectDeserializer<AutoFollowStats.Builder> op)
-