BatchPoolStatistics Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchPoolStatistics
- com.
Implements
public final class BatchPoolStatistics
implements JsonSerializable<BatchPoolStatistics>
Contains utilization and resource usage statistics for the lifetime of a Pool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
Offset |
getLastUpdateTime()
Get the last |
|
Batch |
getResourceStatistics()
Get the resource |
|
Offset |
getStartTime()
Get the start |
| String |
getUrl()
Get the url property: The URL for the statistics. |
|
Batch |
getUsageStatistics()
Get the usage |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchPoolStatistics fromJson(JsonReader jsonReader)
Reads an instance of BatchPoolStatistics from the JsonReader.
Parameters:
Returns:
Throws:
getLastUpdateTime
public OffsetDateTime getLastUpdateTime()
Get the lastUpdateTime property: The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.
Returns:
getResourceStatistics
public BatchPoolResourceStatistics getResourceStatistics()
Get the resourceStatistics property: Statistics related to resource consumption by Compute Nodes in the Pool.
Returns:
getStartTime
public OffsetDateTime getStartTime()
Get the startTime property: The start time of the time range covered by the statistics.
Returns:
getUrl
public String getUrl()
Get the url property: The URL for the statistics.
Returns:
getUsageStatistics
public BatchPoolUsageStatistics getUsageStatistics()
Get the usageStatistics property: Statistics related to Pool usage, such as the amount of core-time used.
Returns: