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

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

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






CPUTime (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class CPUTime

    • Constructor Detail

      • CPUTime

        public CPUTime()
    • Method Detail

      • getRate

        public Double getRate()
        Average CPU utilization rate (% non-idle cpu / second) since previous sample.
        Returns:
        value or null for none
      • setRate

        public CPUTime setRate(Double rate)
        Average CPU utilization rate (% non-idle cpu / second) since previous sample.
        Parameters:
        rate - rate or null for none
      • getTimestamp

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

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

        public BigInteger getTotalMs()
        Total active CPU time across all cores (ie., non-idle) in milliseconds since start-up.
        Returns:
        value or null for none
      • setTotalMs

        public CPUTime setTotalMs(BigInteger totalMs)
        Total active CPU time across all cores (ie., non-idle) in milliseconds since start-up.
        Parameters:
        totalMs - totalMs or null for none
      • set

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

        public CPUTime 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