Class ClusterStatistics
java.lang.Object
org.opensearch.client.opensearch._types.ClusterStatistics
- All Implemented Interfaces:
ToJsonp
public final class ClusterStatistics extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterStatistics.BuilderBuilder forClusterStatistics. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterStatistics>DESERIALIZERJson deserializer for ClusterStatistics -
Constructor Summary
Constructors Modifier Constructor Description protectedClusterStatistics(ClusterStatistics.Builder builder) -
Method Summary
Modifier and Type Method Description protected static voidsetupClusterStatisticsDeserializer(DelegatingDeserializer<ClusterStatistics.Builder> op)java.lang.Numberskipped()API name:skippedjava.lang.Numbersuccessful()API name:successfulvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.Numbertotal()API name:total
-
Field Details
-
DESERIALIZER
Json deserializer for ClusterStatistics
-
-
Constructor Details
-
Method Details
-
skipped
public java.lang.Number skipped()API name:skipped -
successful
public java.lang.Number successful()API name:successful -
total
public java.lang.Number total()API name:total -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupClusterStatisticsDeserializer
protected static void setupClusterStatisticsDeserializer(DelegatingDeserializer<ClusterStatistics.Builder> op)
-