Class OperatingSystem
java.lang.Object
org.opensearch.client.opensearch.nodes.OperatingSystem
- All Implemented Interfaces:
ToJsonp
public final class OperatingSystem extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperatingSystem.BuilderBuilder forOperatingSystem. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<OperatingSystem>DESERIALIZERJson deserializer for OperatingSystem -
Constructor Summary
Constructors Modifier Constructor Description protectedOperatingSystem(OperatingSystem.Builder builder) -
Method Summary
Modifier and Type Method Description Cpucpu()API name:cpuExtendedMemoryStatsmem()API name:memprotected static voidsetupOperatingSystemDeserializer(DelegatingDeserializer<OperatingSystem.Builder> op)MemoryStatsswap()API name:swapjava.lang.Numbertimestamp()API name:timestampvoidtoJsonp(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 OperatingSystem
-
-
Constructor Details
-
Method Details
-
cpu
API name:cpu -
mem
API name:mem -
swap
API name:swap -
timestamp
public java.lang.Number timestamp()API name:timestamp -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupOperatingSystemDeserializer
protected static void setupOperatingSystemDeserializer(DelegatingDeserializer<OperatingSystem.Builder> op)
-