Class IndexingPressure
java.lang.Object
co.elastic.clients.elasticsearch.nodes.IndexingPressure
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexingPressure extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexingPressure.BuilderBuilder forIndexingPressure. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexingPressure>_DESERIALIZERJson deserializer forIndexingPressure -
Method Summary
Modifier and Type Method Description IndexingPressureMemorymemory()API name:memorystatic IndexingPressureof(java.util.function.Function<IndexingPressure.Builder,ObjectBuilder<IndexingPressure>> 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 voidsetupIndexingPressureDeserializer(ObjectDeserializer<IndexingPressure.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexingPressure
-
-
Method Details
-
of
public static IndexingPressure of(java.util.function.Function<IndexingPressure.Builder,ObjectBuilder<IndexingPressure>> fn) -
memory
API name:memory -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexingPressureDeserializer
protected static void setupIndexingPressureDeserializer(ObjectDeserializer<IndexingPressure.Builder> op)
-