Class ClusterStateOverallStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ClusterStateOverallStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ClusterStateOverallStats.Builder,ClusterStateOverallStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ClusterStateOverallStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ClusterStateOverallStats.Builder,ClusterStateOverallStats>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterStateOverallStats> Json deserializer forClusterStateOverallStats -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanfinal LongAPI name:failed_countinthashCode()static ClusterStateOverallStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final LongAPI name:total_time_in_millisfinal LongAPI name:update_countMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterStateOverallStats
-
-
Method Details
-
of
public static ClusterStateOverallStats of(Function<ClusterStateOverallStats.Builder, ObjectBuilder<ClusterStateOverallStats>> fn) -
failedCount
API name:failed_count -
totalTimeInMillis
API name:total_time_in_millis -
updateCount
API name:update_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ClusterStateOverallStats.Builder,ClusterStateOverallStats> - Returns:
- a new builder instance.
-
builder
-
setupClusterStateOverallStatsDeserializer
protected static void setupClusterStateOverallStatsDeserializer(ObjectDeserializer<ClusterStateOverallStats.Builder> op) -
hashCode
public int hashCode() -
equals
-