Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
PoolStatistics.resourceStats()
Get the resourceStats value.
|
ResourceStatistics |
ResourceStatistics.withAvgCPUPercentage(double avgCPUPercentage)
Set the avgCPUPercentage value.
|
ResourceStatistics |
ResourceStatistics.withAvgDiskGiB(double avgDiskGiB)
Set the avgDiskGiB value.
|
ResourceStatistics |
ResourceStatistics.withAvgMemoryGiB(double avgMemoryGiB)
Set the avgMemoryGiB value.
|
ResourceStatistics |
ResourceStatistics.withDiskReadGiB(double diskReadGiB)
Set the diskReadGiB value.
|
ResourceStatistics |
ResourceStatistics.withDiskReadIOps(long diskReadIOps)
Set the diskReadIOps value.
|
ResourceStatistics |
ResourceStatistics.withDiskWriteGiB(double diskWriteGiB)
Set the diskWriteGiB value.
|
ResourceStatistics |
ResourceStatistics.withDiskWriteIOps(long diskWriteIOps)
Set the diskWriteIOps value.
|
ResourceStatistics |
ResourceStatistics.withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
Set the lastUpdateTime value.
|
ResourceStatistics |
ResourceStatistics.withNetworkReadGiB(double networkReadGiB)
Set the networkReadGiB value.
|
ResourceStatistics |
ResourceStatistics.withNetworkWriteGiB(double networkWriteGiB)
Set the networkWriteGiB value.
|
ResourceStatistics |
ResourceStatistics.withPeakDiskGiB(double peakDiskGiB)
Set the peakDiskGiB value.
|
ResourceStatistics |
ResourceStatistics.withPeakMemoryGiB(double peakMemoryGiB)
Set the peakMemoryGiB value.
|
ResourceStatistics |
ResourceStatistics.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
Modifier and Type | Method and Description |
---|---|
PoolStatistics |
PoolStatistics.withResourceStats(ResourceStatistics resourceStats)
Set the resourceStats value.
|
Copyright © 2019. All rights reserved.