Class Process
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Process
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Process extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description Process(Process.Builder builder)Process(java.util.function.Function<Process.Builder,Process.Builder> fn) -
Method Summary
Modifier and Type Method Description Cpucpu()Required - API name:cpuMemoryStatsmem()Required - API name:memintopenFileDescriptors()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(DelegatingDeserializer<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
-
-
Constructor Details
-
Process
-
Process
-
-
Method Details
-
cpu
Required - API name:cpu -
mem
Required - API name:mem -
openFileDescriptors
public int openFileDescriptors()Required - API name:open_file_descriptors -
timestamp
public long timestamp()Required - API name:timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupProcessDeserializer
-