Class GarbageCollector
java.lang.Object
org.opensearch.client.opensearch.nodes.GarbageCollector
- All Implemented Interfaces:
ToJsonp
public final class GarbageCollector extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GarbageCollector.Builder
Builder forGarbageCollector
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GarbageCollector>
DESERIALIZER
Json deserializer for GarbageCollector -
Constructor Summary
Constructors Modifier Constructor Description protected
GarbageCollector(GarbageCollector.Builder builder)
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,GarbageCollectorTotal>
collectors()
API name:collectors
protected static void
setupGarbageCollectorDeserializer(DelegatingDeserializer<GarbageCollector.Builder> op)
void
toJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
toJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for GarbageCollector
-
-
Constructor Details
-
Method Details
-
collectors
API name:collectors
-
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupGarbageCollectorDeserializer
protected static void setupGarbageCollectorDeserializer(DelegatingDeserializer<GarbageCollector.Builder> op)
-