Class NodeProcessInfo

    • Method Detail

      • id

        public final long id()
        Required - Process identifier (PID)

        API name: id

      • mlockall

        public final boolean mlockall()
        Required - Indicates if the process address space has been successfully locked in memory

        API name: mlockall

      • refreshIntervalInMillis

        public final long refreshIntervalInMillis()
        Required - Refresh interval for the process statistics

        API name: refresh_interval_in_millis

      • serialize

        public void serialize​(jakarta.json.stream.JsonGenerator generator,
                              JsonpMapper mapper)
        Serialize this object to JSON.
        Specified by:
        serialize in interface JsonpSerializable
      • serializeInternal

        protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator,
                                         JsonpMapper mapper)