Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
MemInfo |
MemInfo.clone() |
MemInfo |
MemInfo.set(java.lang.String fieldName,
java.lang.Object value) |
MemInfo |
MemInfo.setCurrentLimitBytes(java.math.BigInteger currentLimitBytes)
Instantenous memory limit in bytes.
|
MemInfo |
MemInfo.setCurrentRssBytes(java.math.BigInteger currentRssBytes)
Instantenous memory (RSS) size in bytes.
|
MemInfo |
MemInfo.setTimestamp(java.lang.String timestamp)
Timestamp of the measurement.
|
MemInfo |
MemInfo.setTotalGbMs(java.math.BigInteger totalGbMs)
Total memory (RSS) usage since start up in GB * ms.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MemInfo> |
ResourceUtilizationReport.getMemoryInfo()
Memory utilization samples.
|
Modifier and Type | Method and Description |
---|---|
ResourceUtilizationReport |
ResourceUtilizationReport.setMemoryInfo(java.util.List<MemInfo> memoryInfo)
Memory utilization samples.
|