Class GarbageCollectorTotal
java.lang.Object
org.opensearch.client.opensearch.nodes.GarbageCollectorTotal
- All Implemented Interfaces:
ToJsonp
public final class GarbageCollectorTotal extends java.lang.Object implements ToJsonp
-
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 for GarbageCollectorTotal -
Constructor Summary
Constructors Modifier Constructor Description protectedGarbageCollectorTotal(GarbageCollectorTotal.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.NumbercollectionCount()API name:collection_countjava.lang.StringcollectionTime()API name:collection_timejava.lang.NumbercollectionTimeInMillis()API name:collection_time_in_millisprotected static voidsetupGarbageCollectorTotalDeserializer(DelegatingDeserializer<GarbageCollectorTotal.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for GarbageCollectorTotal
-
-
Constructor Details
-
Method Details
-
collectionCount
public java.lang.Number collectionCount()API name:collection_count -
collectionTime
public java.lang.String collectionTime()API name:collection_time -
collectionTimeInMillis
public java.lang.Number collectionTimeInMillis()API name:collection_time_in_millis -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupGarbageCollectorTotalDeserializer
protected static void setupGarbageCollectorTotalDeserializer(DelegatingDeserializer<GarbageCollectorTotal.Builder> op)
-