Class GarbageCollector
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.GarbageCollector
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GarbageCollector extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGarbageCollector.BuilderBuilder forGarbageCollector.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GarbageCollector>_DESERIALIZERJson deserializer forGarbageCollector
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,GarbageCollectorTotal>collectors()Required - API name:collectorsstatic GarbageCollectorof(java.util.function.Function<GarbageCollector.Builder,ObjectBuilder<GarbageCollector>> 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 voidsetupGarbageCollectorDeserializer(ObjectDeserializer<GarbageCollector.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<GarbageCollector> _DESERIALIZER
Json deserializer forGarbageCollector
-
-
Method Detail
-
of
public static GarbageCollector of(java.util.function.Function<GarbageCollector.Builder,ObjectBuilder<GarbageCollector>> fn)
-
collectors
public final java.util.Map<java.lang.String,GarbageCollectorTotal> collectors()
Required - API name:collectors
-
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)
-
setupGarbageCollectorDeserializer
protected static void setupGarbageCollectorDeserializer(ObjectDeserializer<GarbageCollector.Builder> op)
-
-