All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataflow.model.MemInfo.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






MemInfo (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class MemInfo

    • Constructor Detail

      • MemInfo

        public MemInfo()
    • Method Detail

      • getCurrentLimitBytes

        public BigInteger getCurrentLimitBytes()
        Instantenous memory limit in bytes.
        Returns:
        value or null for none
      • setCurrentLimitBytes

        public MemInfo setCurrentLimitBytes(BigInteger currentLimitBytes)
        Instantenous memory limit in bytes.
        Parameters:
        currentLimitBytes - currentLimitBytes or null for none
      • getCurrentOoms

        public Long getCurrentOoms()
        Number of Out of Memory (OOM) events recorded since the previous measurement.
        Returns:
        value or null for none
      • setCurrentOoms

        public MemInfo setCurrentOoms(Long currentOoms)
        Number of Out of Memory (OOM) events recorded since the previous measurement.
        Parameters:
        currentOoms - currentOoms or null for none
      • getCurrentRssBytes

        public BigInteger getCurrentRssBytes()
        Instantenous memory (RSS) size in bytes.
        Returns:
        value or null for none
      • setCurrentRssBytes

        public MemInfo setCurrentRssBytes(BigInteger currentRssBytes)
        Instantenous memory (RSS) size in bytes.
        Parameters:
        currentRssBytes - currentRssBytes or null for none
      • getTimestamp

        public String getTimestamp()
        Timestamp of the measurement.
        Returns:
        value or null for none
      • setTimestamp

        public MemInfo setTimestamp(String timestamp)
        Timestamp of the measurement.
        Parameters:
        timestamp - timestamp or null for none
      • getTotalGbMs

        public BigInteger getTotalGbMs()
        Total memory (RSS) usage since start up in GB * ms.
        Returns:
        value or null for none
      • setTotalGbMs

        public MemInfo setTotalGbMs(BigInteger totalGbMs)
        Total memory (RSS) usage since start up in GB * ms.
        Parameters:
        totalGbMs - totalGbMs or null for none
      • set

        public MemInfo set(String fieldName,
                           Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public MemInfo clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy