Class ClusterShardMetrics
- java.lang.Object
-
- org.opensearch.client.opensearch.cluster.stats.ClusterShardMetrics
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterShardMetrics extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterShardMetrics.BuilderBuilder forClusterShardMetrics.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterShardMetrics>_DESERIALIZERJson deserializer forClusterShardMetrics
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleavg()Required - API name:avgdoublemax()Required - API name:maxdoublemin()Required - API name:minstatic ClusterShardMetricsof(java.util.function.Function<ClusterShardMetrics.Builder,ObjectBuilder<ClusterShardMetrics>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterShardMetricsDeserializer(ObjectDeserializer<ClusterShardMetrics.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ClusterShardMetrics> _DESERIALIZER
Json deserializer forClusterShardMetrics
-
-
Method Detail
-
of
public static ClusterShardMetrics of(java.util.function.Function<ClusterShardMetrics.Builder,ObjectBuilder<ClusterShardMetrics>> fn)
-
avg
public final double avg()
Required - API name:avg
-
max
public final double max()
Required - API name:max
-
min
public final double min()
Required - API name:min
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupClusterShardMetricsDeserializer
protected static void setupClusterShardMetricsDeserializer(ObjectDeserializer<ClusterShardMetrics.Builder> op)
-
-