Class ClusterStatistics
java.lang.Object
org.opensearch.client.opensearch._types.ClusterStatistics
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
-
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:successfulfinal inttotal()Required - API name:totalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
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
-
setupClusterStatisticsDeserializer
protected static void setupClusterStatisticsDeserializer(ObjectDeserializer<ClusterStatistics.Builder> op)
-