Class IndexingPressure
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.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 IndexingPressureMemory
memory()
Required - API name:memory
static IndexingPressure
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexingPressure
-
-
Method Details
-
of
public static IndexingPressure of(Function<IndexingPressure.Builder, ObjectBuilder<IndexingPressure>> fn) -
memory
Required - API name:memory
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexingPressureDeserializer
protected static void setupIndexingPressureDeserializer(ObjectDeserializer<IndexingPressure.Builder> op)
-