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 |
---|---|
TaskCounts |
JobOperations.getTaskCounts(String jobId)
Gets the task counts for the specified job.
|
TaskCounts |
JobOperations.getTaskCounts(String jobId,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the task counts for the specified job.
|
Modifier and Type | Method and Description |
---|---|
TaskCounts |
Jobs.getTaskCounts(String jobId)
Gets the task counts for the specified job.
|
TaskCounts |
Jobs.getTaskCounts(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId)
Gets the task counts for the specified job.
|
rx.Observable<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
ServiceFuture<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
ServiceFuture<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
Jobs.getTaskCountsWithServiceResponseAsync(String jobId)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
Jobs.getTaskCountsWithServiceResponseAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
ServiceFuture<TaskCounts> |
Jobs.getTaskCountsAsync(String jobId,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
Modifier and Type | Method and Description |
---|---|
TaskCounts |
TaskCounts.withActive(int active)
Set the active value.
|
TaskCounts |
TaskCounts.withCompleted(int completed)
Set the completed value.
|
TaskCounts |
TaskCounts.withFailed(int failed)
Set the failed value.
|
TaskCounts |
TaskCounts.withRunning(int running)
Set the running value.
|
TaskCounts |
TaskCounts.withSucceeded(int succeeded)
Set the succeeded value.
|
TaskCounts |
TaskCounts.withValidationStatus(TaskCountValidationStatus validationStatus)
Set the validationStatus value.
|
Copyright © 2019. All rights reserved.