Class IndexingSlowlogSettings
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexingSlowlogSettings
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class IndexingSlowlogSettings
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexingSlowlogSettings>Json deserializer forIndexingSlowlogSettings -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringlevel()API name:levelstatic IndexingSlowlogSettingsfinal Booleanreformat()API name:reformatvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Integersource()API name:sourcefinal IndexingSlowlogTresholdsAPI name:thresholdtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexingSlowlogSettings
-
-
Method Details
-
of
public static IndexingSlowlogSettings of(Function<IndexingSlowlogSettings.Builder, ObjectBuilder<IndexingSlowlogSettings>> fn) -
level
API name:level -
source
API name:source -
reformat
API name:reformat -
threshold
API name:threshold -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexingSlowlogSettingsDeserializer
protected static void setupIndexingSlowlogSettingsDeserializer(ObjectDeserializer<IndexingSlowlogSettings.Builder> op)
-