Class MemoryStats

    • Method Detail

      • resident

        @Nullable
        public final java.lang.String resident()
        API name: resident
      • residentInBytes

        @Nullable
        public final java.lang.Long residentInBytes()
        API name: resident_in_bytes
      • share

        @Nullable
        public final java.lang.String share()
        API name: share
      • shareInBytes

        @Nullable
        public final java.lang.Long shareInBytes()
        API name: share_in_bytes
      • totalVirtual

        @Nullable
        public final java.lang.String totalVirtual()
        API name: total_virtual
      • totalVirtualInBytes

        @Nullable
        public final java.lang.Long totalVirtualInBytes()
        API name: total_virtual_in_bytes
      • totalInBytes

        public final long totalInBytes()
        API name: total_in_bytes
      • freeInBytes

        public final long freeInBytes()
        API name: free_in_bytes
      • usedInBytes

        public final long usedInBytes()
        API name: used_in_bytes
      • 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)