Class GarbageCollectorTotal
java.lang.Object
co.elastic.clients.elasticsearch.nodes.GarbageCollectorTotal
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GarbageCollectorTotal>Json deserializer forGarbageCollectorTotal
- 
Method SummaryModifier and TypeMethodDescriptionfinal LongTotal number of JVM garbage collectors that collect objects.final StringTotal time spent by JVM collecting objects.final LongTotal time, in milliseconds, spent by JVM collecting objects.static GarbageCollectorTotalvoidserialize(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 forGarbageCollectorTotal
 
- 
- 
Method Details- 
ofpublic static GarbageCollectorTotal of(Function<GarbageCollectorTotal.Builder, ObjectBuilder<GarbageCollectorTotal>> fn) 
- 
collectionCountTotal number of JVM garbage collectors that collect objects.API name: collection_count
- 
collectionTimeTotal time spent by JVM collecting objects.API name: collection_time
- 
collectionTimeInMillisTotal time, in milliseconds, spent by JVM collecting objects.API name: collection_time_in_millis
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupGarbageCollectorTotalDeserializerprotected static void setupGarbageCollectorTotalDeserializer(ObjectDeserializer<GarbageCollectorTotal.Builder> op) 
 
-