Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
TaskStatistics |
CloudTask.stats()
Get the stats value.
|
TaskStatistics |
TaskStatistics.withKernelCPUTime(org.joda.time.Period kernelCPUTime)
Set the kernelCPUTime value.
|
TaskStatistics |
TaskStatistics.withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
Set the lastUpdateTime value.
|
TaskStatistics |
TaskStatistics.withReadIOGiB(double readIOGiB)
Set the readIOGiB value.
|
TaskStatistics |
TaskStatistics.withReadIOps(long readIOps)
Set the readIOps value.
|
TaskStatistics |
TaskStatistics.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
TaskStatistics |
TaskStatistics.withUrl(String url)
Set the url value.
|
TaskStatistics |
TaskStatistics.withUserCPUTime(org.joda.time.Period userCPUTime)
Set the userCPUTime value.
|
TaskStatistics |
TaskStatistics.withWaitTime(org.joda.time.Period waitTime)
Set the waitTime value.
|
TaskStatistics |
TaskStatistics.withWallClockTime(org.joda.time.Period wallClockTime)
Set the wallClockTime value.
|
TaskStatistics |
TaskStatistics.withWriteIOGiB(double writeIOGiB)
Set the writeIOGiB value.
|
TaskStatistics |
TaskStatistics.withWriteIOps(long writeIOps)
Set the writeIOps value.
|
Modifier and Type | Method and Description |
---|---|
CloudTask |
CloudTask.withStats(TaskStatistics stats)
Set the stats value.
|
Copyright © 2019. All rights reserved.