Class GarbageCollector
java.lang.Object
co.elastic.clients.elasticsearch.nodes.GarbageCollector
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GarbageCollector>Json deserializer forGarbageCollector
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forGarbageCollector
 
- 
- 
Method Details- 
ofpublic static GarbageCollector of(Function<GarbageCollector.Builder, ObjectBuilder<GarbageCollector>> fn) 
- 
collectorsContains statistics about JVM garbage collectors for the node.API name: collectors
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupGarbageCollectorDeserializerprotected static void setupGarbageCollectorDeserializer(ObjectDeserializer<GarbageCollector.Builder> op) 
 
-