Class IndexSettingsIndexing
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.IndexSettingsIndexing
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexSettingsIndexing extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexSettingsIndexing.BuilderBuilder forIndexSettingsIndexing.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexSettingsIndexing>_DESERIALIZERJson deserializer forIndexSettingsIndexing
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexSettingsIndexingof(java.util.function.Function<IndexSettingsIndexing.Builder,ObjectBuilder<IndexSettingsIndexing>> 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 voidsetupSettingsSearchDeserializer(ObjectDeserializer<IndexSettingsIndexing.Builder> op)IndexingSlowlogslowlog()API name:slowlog
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<IndexSettingsIndexing> _DESERIALIZER
Json deserializer forIndexSettingsIndexing
-
-
Method Detail
-
of
public static IndexSettingsIndexing of(java.util.function.Function<IndexSettingsIndexing.Builder,ObjectBuilder<IndexSettingsIndexing>> fn)
-
slowlog
@Nullable public final IndexingSlowlog slowlog()
API name:slowlog
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupSettingsSearchDeserializer
protected static void setupSettingsSearchDeserializer(ObjectDeserializer<IndexSettingsIndexing.Builder> op)
-
-