Class SlowlogSettings
java.lang.Object
co.elastic.clients.elasticsearch.indices.SlowlogSettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SlowlogSettings>Json deserializer forSlowlogSettings -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringlevel()API name:levelstatic SlowlogSettingsfinal 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 SlowlogTresholdsAPI name:thresholdtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSlowlogSettings
-
-
Method Details
-
of
public static SlowlogSettings of(Function<SlowlogSettings.Builder, ObjectBuilder<SlowlogSettings>> 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
-
setupSlowlogSettingsDeserializer
protected static void setupSlowlogSettingsDeserializer(ObjectDeserializer<SlowlogSettings.Builder> op)
-