Class GarbageCollector
java.lang.Object
co.elastic.clients.elasticsearch.nodes.GarbageCollector
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GarbageCollector>Json deserializer forGarbageCollector -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,GarbageCollectorTotal> Contains statistics about JVM garbage collectors for the node.static GarbageCollectorvoidserialize(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 forGarbageCollector
-
-
Method Details
-
of
public static GarbageCollector of(Function<GarbageCollector.Builder, ObjectBuilder<GarbageCollector>> fn) -
collectors
Contains statistics about JVM garbage collectors for the node.API name:
collectors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGarbageCollectorDeserializer
protected static void setupGarbageCollectorDeserializer(ObjectDeserializer<GarbageCollector.Builder> op)
-