Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics |
JobOperations.getAllJobsLifetimeStatistics()
Gets lifetime summary statistics for all of the jobs in the current account.
|
JobStatistics |
JobOperations.getAllJobsLifetimeStatistics(Iterable<BatchClientBehavior> additionalBehaviors)
Gets lifetime summary statistics for all of the jobs in the current account.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics |
Jobs.getAllLifetimeStatistics()
Gets lifetime summary statistics for all of the jobs in the specified account.
|
JobStatistics |
Jobs.getAllLifetimeStatistics(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<JobStatistics> |
Jobs.getAllLifetimeStatisticsAsync()
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<JobStatistics> |
Jobs.getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
ServiceFuture<JobStatistics> |
Jobs.getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions,
ServiceCallback<JobStatistics> serviceCallback)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
ServiceFuture<JobStatistics> |
Jobs.getAllLifetimeStatisticsAsync(ServiceCallback<JobStatistics> serviceCallback)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<JobStatistics,JobGetAllLifetimeStatisticsHeaders>> |
Jobs.getAllLifetimeStatisticsWithServiceResponseAsync()
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<JobStatistics,JobGetAllLifetimeStatisticsHeaders>> |
Jobs.getAllLifetimeStatisticsWithServiceResponseAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<JobStatistics> |
Jobs.getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions,
ServiceCallback<JobStatistics> serviceCallback)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
ServiceFuture<JobStatistics> |
Jobs.getAllLifetimeStatisticsAsync(ServiceCallback<JobStatistics> serviceCallback)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics |
CloudJob.stats()
Get the stats value.
|
JobStatistics |
JobStatistics.withKernelCPUTime(org.joda.time.Period kernelCPUTime)
Set the kernelCPUTime value.
|
JobStatistics |
JobStatistics.withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
Set the lastUpdateTime value.
|
JobStatistics |
JobStatistics.withNumFailedTasks(long numFailedTasks)
Set the numFailedTasks value.
|
JobStatistics |
JobStatistics.withNumSucceededTasks(long numSucceededTasks)
Set the numSucceededTasks value.
|
JobStatistics |
JobStatistics.withNumTaskRetries(long numTaskRetries)
Set the numTaskRetries value.
|
JobStatistics |
JobStatistics.withReadIOGiB(double readIOGiB)
Set the readIOGiB value.
|
JobStatistics |
JobStatistics.withReadIOps(long readIOps)
Set the readIOps value.
|
JobStatistics |
JobStatistics.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
JobStatistics |
JobStatistics.withUrl(String url)
Set the url value.
|
JobStatistics |
JobStatistics.withUserCPUTime(org.joda.time.Period userCPUTime)
Set the userCPUTime value.
|
JobStatistics |
JobStatistics.withWaitTime(org.joda.time.Period waitTime)
Set the waitTime value.
|
JobStatistics |
JobStatistics.withWallClockTime(org.joda.time.Period wallClockTime)
Set the wallClockTime value.
|
JobStatistics |
JobStatistics.withWriteIOGiB(double writeIOGiB)
Set the writeIOGiB value.
|
JobStatistics |
JobStatistics.withWriteIOps(long writeIOps)
Set the writeIOps value.
|
Modifier and Type | Method and Description |
---|---|
CloudJob |
CloudJob.withStats(JobStatistics stats)
Set the stats value.
|
Copyright © 2019. All rights reserved.