Class IndexingPressure
java.lang.Object
co.elastic.clients.elasticsearch.nodes.IndexingPressure
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexingPressure>Json deserializer forIndexingPressure -
Method Summary
Modifier and TypeMethodDescriptionfinal IndexingPressureMemorymemory()Contains statistics for memory consumption from indexing load.static IndexingPressurevoidserialize(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 forIndexingPressure
-
-
Method Details
-
of
public static IndexingPressure of(Function<IndexingPressure.Builder, ObjectBuilder<IndexingPressure>> fn) -
memory
Contains statistics for memory consumption from indexing load.API name:
memory -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexingPressureDeserializer
protected static void setupIndexingPressureDeserializer(ObjectDeserializer<IndexingPressure.Builder> op)
-