Class IndexingSlowlogTresholds
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexingSlowlogTresholds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class IndexingSlowlogTresholds
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexingSlowlogTresholds>Json deserializer forIndexingSlowlogTresholds -
Method Summary
Modifier and TypeMethodDescriptionfinal SlowlogTresholdLevelsindex()The indexing slow log, similar in functionality to the search slow log.static IndexingSlowlogTresholdsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexingSlowlogTresholds
-
-
Method Details
-
of
public static IndexingSlowlogTresholds of(Function<IndexingSlowlogTresholds.Builder, ObjectBuilder<IndexingSlowlogTresholds>> fn) -
index
The indexing slow log, similar in functionality to the search slow log. The log file name ends with_index_indexing_slowlog.json. Log and the thresholds are configured in the same way as the search slowlog.API name:
index -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexingSlowlogTresholdsDeserializer
protected static void setupIndexingSlowlogTresholdsDeserializer(ObjectDeserializer<IndexingSlowlogTresholds.Builder> op)
-