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