Class GarbageCollectorTotal
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.GarbageCollectorTotal
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GarbageCollectorTotal extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGarbageCollectorTotal.BuilderBuilder forGarbageCollectorTotal.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GarbageCollectorTotal>_DESERIALIZERJson deserializer forGarbageCollectorTotal
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longcollectionCount()Required - API name:collection_countlongcollectionTimeInMillis()Required - API name:collection_time_in_millisstatic GarbageCollectorTotalof(java.util.function.Function<GarbageCollectorTotal.Builder,ObjectBuilder<GarbageCollectorTotal>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGarbageCollectorTotalDeserializer(ObjectDeserializer<GarbageCollectorTotal.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GarbageCollectorTotal> _DESERIALIZER
Json deserializer forGarbageCollectorTotal
-
-
Method Detail
-
of
public static GarbageCollectorTotal of(java.util.function.Function<GarbageCollectorTotal.Builder,ObjectBuilder<GarbageCollectorTotal>> fn)
-
collectionCount
public final long collectionCount()
Required - API name:collection_count
-
collectionTimeInMillis
public final long collectionTimeInMillis()
Required - API name:collection_time_in_millis
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupGarbageCollectorTotalDeserializer
protected static void setupGarbageCollectorTotalDeserializer(ObjectDeserializer<GarbageCollectorTotal.Builder> op)
-
-