Class ClusterStatistics
java.lang.Object
co.elastic.clients.elasticsearch._types.ClusterStatistics
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterStatistics>Json deserializer forClusterStatistics -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterStatisticsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal intskipped()Required - API name:skippedfinal intRequired - API name:successfultoString()final inttotal()Required - API name:total
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterStatistics
-
-
Method Details
-
of
public static ClusterStatistics of(Function<ClusterStatistics.Builder, ObjectBuilder<ClusterStatistics>> fn) -
skipped
public final int skipped()Required - API name:skipped -
successful
public final int successful()Required - API name:successful -
total
public final int total()Required - API name:total -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterStatisticsDeserializer
protected static void setupClusterStatisticsDeserializer(ObjectDeserializer<ClusterStatistics.Builder> op)
-