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()API name:cpujava.lang.IntegermaxFileDescriptors()API name:max_file_descriptorsMemoryStatsmem()API name:memstatic Processof(java.util.function.Function<Process.Builder,ObjectBuilder<Process>> fn)java.lang.IntegeropenFileDescriptors()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)java.lang.Longtimestamp()API name:timestampjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forProcess
-
-
Method Details
-
of
-
cpu
API name:cpu -
mem
API name:mem -
openFileDescriptors
@Nullable public final java.lang.Integer openFileDescriptors()API name:open_file_descriptors -
maxFileDescriptors
@Nullable public final java.lang.Integer maxFileDescriptors()API name:max_file_descriptors -
timestamp
@Nullable public final java.lang.Long timestamp()API name:timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupProcessDeserializer
-