Class Process
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Process
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Process extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcess.BuilderBuilder forProcess. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Process>_DESERIALIZERJson deserializer forProcess -
Method Summary
Modifier and Type Method Description Cpucpu()Required - API name:cpuMemoryStatsmem()Required - API name:memstatic Processof(java.util.function.Function<Process.Builder,ObjectBuilder<Process>> fn)intopenFileDescriptors()Required - API name:open_file_descriptorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupProcessDeserializer(ObjectDeserializer<Process.Builder> op)longtimestamp()Required - API name:timestampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forProcess
-
-
Method Details
-
of
-
cpu
Required - API name:cpu -
mem
Required - API name:mem -
openFileDescriptors
public final int openFileDescriptors()Required - API name:open_file_descriptors -
timestamp
public final long timestamp()Required - API name:timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupProcessDeserializer
-