Class CgroupMemory
java.lang.Object
co.elastic.clients.elasticsearch.nodes.CgroupMemory
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class CgroupMemory extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCgroupMemory.BuilderBuilder forCgroupMemory. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CgroupMemory>_DESERIALIZERJson deserializer forCgroupMemory -
Method Summary
Modifier and Type Method Description java.lang.StringcontrolGroup()API name:control_groupjava.lang.StringlimitInBytes()API name:limit_in_bytesstatic CgroupMemoryof(java.util.function.Function<CgroupMemory.Builder,ObjectBuilder<CgroupMemory>> 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 voidsetupCgroupMemoryDeserializer(ObjectDeserializer<CgroupMemory.Builder> op)java.lang.StringtoString()java.lang.StringusageInBytes()API name:usage_in_bytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCgroupMemory
-
-
Method Details
-
of
public static CgroupMemory of(java.util.function.Function<CgroupMemory.Builder,ObjectBuilder<CgroupMemory>> fn) -
controlGroup
@Nullable public final java.lang.String controlGroup()API name:control_group -
limitInBytes
@Nullable public final java.lang.String limitInBytes()API name:limit_in_bytes -
usageInBytes
@Nullable public final java.lang.String usageInBytes()API name:usage_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupCgroupMemoryDeserializer
-