Class ScriptStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ScriptStatsBase
org.opensearch.client.opensearch.nodes.stats.ScriptStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ScriptStats.Builder,ScriptStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ScriptStats
extends ScriptStatsBase
implements ToCopyableBuilder<ScriptStats.Builder,ScriptStats>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch.nodes.stats.ScriptStatsBase
ScriptStatsBase.AbstractBuilder<BuilderT extends ScriptStatsBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ScriptStats> Json deserializer forScriptStats -
Method Summary
Modifier and TypeMethodDescriptionstatic ScriptStats.Builderbuilder()booleaninthashCode()static ScriptStatsprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch.nodes.stats.ScriptStatsBase
cacheEvictions, compilationLimitTriggered, compilations, serialize, serializeInternal, setupScriptStatsBaseDeserializerMethods 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 forScriptStats
-
-
Method Details
-
of
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ScriptStats.Builder,ScriptStats> - Returns:
- a new builder instance.
-
builder
-
setupScriptStatsDeserializer
-
hashCode
public int hashCode()- Overrides:
hashCodein classScriptStatsBase
-
equals
- Overrides:
equalsin classScriptStatsBase
-