Class ShardSearchPipelinePerPipelineProcessorStats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.ShardSearchPipelinePerPipelineProcessorStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ShardSearchPipelinePerPipelineProcessorStats.Builder,ShardSearchPipelinePerPipelineProcessorStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ShardSearchPipelinePerPipelineProcessorStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ShardSearchPipelinePerPipelineProcessorStats.Builder,ShardSearchPipelinePerPipelineProcessorStats>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forShardSearchPipelinePerPipelineProcessorStats. -
Field Summary
FieldsModifier and TypeFieldDescriptionJson deserializer forShardSearchPipelinePerPipelineProcessorStats -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()of(Function<ShardSearchPipelinePerPipelineProcessorStats.Builder, ObjectBuilder<ShardSearchPipelinePerPipelineProcessorStats>> fn) final StringRequired - The target processorNamevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupShardSearchPipelinePerPipelineProcessorStatsDeserializer(ObjectDeserializer<ShardSearchPipelinePerPipelineProcessorStats.Builder> op) stats()API name:statsCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Stringtype()API name:typeMethods 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 forShardSearchPipelinePerPipelineProcessorStats
-
-
Method Details
-
of
-
processorName
Required - The target processorName -
stats
API name:stats -
type
API name:type -
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<ShardSearchPipelinePerPipelineProcessorStats.Builder,ShardSearchPipelinePerPipelineProcessorStats> - Returns:
- a new builder instance.
-
builder
-
setupShardSearchPipelinePerPipelineProcessorStatsDeserializer
protected static void setupShardSearchPipelinePerPipelineProcessorStatsDeserializer(ObjectDeserializer<ShardSearchPipelinePerPipelineProcessorStats.Builder> op) -
hashCode
public int hashCode() -
equals
-