Class NodeInfoSettingsIngest
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsIngest
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoSettingsIngest.Builder,NodeInfoSettingsIngest>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoSettingsIngest
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoSettingsIngest.Builder,NodeInfoSettingsIngest>
The ingest processor configurations.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettingsIngest> Json deserializer forNodeInfoSettingsIngest -
Method Summary
Modifier and TypeMethodDescriptionfinal NodeInfoIngestInfoappend()API name:appendfinal NodeInfoIngestInfoAPI name:attachmentbuilder()final NodeInfoIngestInfobytes()API name:bytesfinal NodeInfoIngestInfocircle()API name:circlefinal NodeInfoIngestInfoconvert()API name:convertfinal NodeInfoIngestInfocsv()API name:csvfinal NodeInfoIngestInfodate()API name:datefinal NodeInfoIngestInfoAPI name:date_index_namefinal NodeInfoIngestInfodissect()API name:dissectfinal NodeInfoIngestInfoAPI name:dot_expanderfinal NodeInfoIngestInfodrop()API name:dropfinal NodeInfoIngestInfoenrich()API name:enrichbooleanfinal NodeInfoIngestInfofail()API name:failfinal NodeInfoIngestInfoforeach()API name:foreachfinal NodeInfoIngestInfogeoip()API name:geoipfinal NodeInfoIngestInfogrok()API name:grokfinal NodeInfoIngestInfogsub()API name:gsubinthashCode()final NodeInfoIngestInfoAPI name:inferencefinal NodeInfoIngestInfojoin()API name:joinfinal NodeInfoIngestInfojson()API name:jsonfinal NodeInfoIngestInfokv()API name:kvfinal NodeInfoIngestInfoAPI name:lowercasestatic NodeInfoSettingsIngestfinal NodeInfoIngestInfopipeline()API name:pipelinefinal NodeInfoIngestInforemove()API name:removefinal NodeInfoIngestInforename()API name:renamefinal NodeInfoIngestInfoscript()API name:scriptvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final NodeInfoIngestInfoset()API name:setfinal NodeInfoIngestInfoAPI name:set_security_userprotected static voidfinal NodeInfoIngestInfosort()API name:sortfinal NodeInfoIngestInfosplit()API name:splitCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final NodeInfoIngestInfotrim()API name:trimfinal NodeInfoIngestInfoAPI name:uppercasefinal NodeInfoIngestInfoAPI name:urldecodefinal NodeInfoIngestInfoAPI name:user_agentMethods 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 forNodeInfoSettingsIngest
-
-
Method Details
-
of
public static NodeInfoSettingsIngest of(Function<NodeInfoSettingsIngest.Builder, ObjectBuilder<NodeInfoSettingsIngest>> fn) -
append
API name:append -
attachment
API name:attachment -
bytes
API name:bytes -
circle
API name:circle -
convert
API name:convert -
csv
API name:csv -
date
API name:date -
dateIndexName
API name:date_index_name -
dissect
API name:dissect -
dotExpander
API name:dot_expander -
drop
API name:drop -
enrich
API name:enrich -
fail
API name:fail -
foreach
API name:foreach -
geoip
API name:geoip -
grok
API name:grok -
gsub
API name:gsub -
inference
API name:inference -
join
API name:join -
json
API name:json -
kv
API name:kv -
lowercase
API name:lowercase -
pipeline
API name:pipeline -
remove
API name:remove -
rename
API name:rename -
script
API name:script -
set
API name:set -
setSecurityUser
API name:set_security_user -
sort
API name:sort -
split
API name:split -
trim
API name:trim -
uppercase
API name:uppercase -
urldecode
API name:urldecode -
userAgent
API name:user_agent -
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<NodeInfoSettingsIngest.Builder,NodeInfoSettingsIngest> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoSettingsIngestDeserializer
protected static void setupNodeInfoSettingsIngestDeserializer(ObjectDeserializer<NodeInfoSettingsIngest.Builder> op) -
hashCode
public int hashCode() -
equals
-