public final class MemInfo extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MemInfo() |
| Modifier and Type | Method and Description |
|---|---|
MemInfo |
clone() |
BigInteger |
getCurrentLimitBytes()
Instantenous memory limit in bytes.
|
BigInteger |
getCurrentRssBytes()
Instantenous memory (RSS) size in bytes.
|
String |
getTimestamp()
Timestamp of the measurement.
|
BigInteger |
getTotalGbMs()
Total memory (RSS) usage since start up in GB * ms.
|
MemInfo |
set(String fieldName,
Object value) |
MemInfo |
setCurrentLimitBytes(BigInteger currentLimitBytes)
Instantenous memory limit in bytes.
|
MemInfo |
setCurrentRssBytes(BigInteger currentRssBytes)
Instantenous memory (RSS) size in bytes.
|
MemInfo |
setTimestamp(String timestamp)
Timestamp of the measurement.
|
MemInfo |
setTotalGbMs(BigInteger totalGbMs)
Total memory (RSS) usage since start up in GB * ms.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic BigInteger getCurrentLimitBytes()
null for nonepublic MemInfo setCurrentLimitBytes(BigInteger currentLimitBytes)
currentLimitBytes - currentLimitBytes or null for nonepublic BigInteger getCurrentRssBytes()
null for nonepublic MemInfo setCurrentRssBytes(BigInteger currentRssBytes)
currentRssBytes - currentRssBytes or null for nonepublic String getTimestamp()
null for nonepublic MemInfo setTimestamp(String timestamp)
timestamp - timestamp or null for nonepublic BigInteger getTotalGbMs()
null for nonepublic MemInfo setTotalGbMs(BigInteger totalGbMs)
totalGbMs - totalGbMs or null for nonepublic MemInfo set(String fieldName, Object value)
set in class GenericJsonpublic MemInfo clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.