Class ClusterShardMetrics
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterShardMetrics
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterShardMetrics extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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
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)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterShardMetrics
-
-
Method Details
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterShardMetricsDeserializer
protected static void setupClusterShardMetricsDeserializer(ObjectDeserializer<ClusterShardMetrics.Builder> op)
-