Class IndexingPressureMemory
java.lang.Object
co.elastic.clients.elasticsearch.nodes.IndexingPressureMemory
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class IndexingPressureMemory
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexingPressureMemory>Json deserializer forIndexingPressureMemory -
Method Summary
Modifier and TypeMethodDescriptionfinal PressureMemorycurrent()Contains statistics for current indexing load.final Stringlimit()Configured memory limit for the indexing requests.final LongConfigured memory limit, in bytes, for the indexing requests.static IndexingPressureMemoryvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final PressureMemorytotal()Contains statistics for the cumulative indexing load since the node started.
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexingPressureMemory
-
-
Method Details
-
of
public static IndexingPressureMemory of(Function<IndexingPressureMemory.Builder, ObjectBuilder<IndexingPressureMemory>> fn) -
limit
Configured memory limit for the indexing requests. Replica requests have an automatic limit that is 1.5x this value.API name:
limit -
limitInBytes
Configured memory limit, in bytes, for the indexing requests. Replica requests have an automatic limit that is 1.5x this value.API name:
limit_in_bytes -
current
Contains statistics for current indexing load.API name:
current -
total
Contains statistics for the cumulative indexing load since the node started.API name:
total -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexingPressureMemoryDeserializer
protected static void setupIndexingPressureMemoryDeserializer(ObjectDeserializer<IndexingPressureMemory.Builder> op)
-