You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This README is based on the latest released version Azure Batch SDK (3.1.0). If
7
7
The Azure Batch Libraries for Java is a higher-level, object-oriented API for interacting with the Azure Batch service.
8
8
9
9
10
-
> **3.1.0** is a release that supports all features of Azure Batch service with API version "2018-03-01.6.1". We will be adding support for more new features and tweaking the API associated with Azure Batch service newer release.
10
+
> **3.2.0** is a release that supports all features of Azure Batch service with API version "2018-03-01.6.1". We will be adding support for more new features and tweaking the API associated with Azure Batch service newer release.
11
11
12
12
**Azure Batch Authentication**
13
13
@@ -112,7 +112,8 @@ If you would like to become an active contributor to this project please follow
| 3.1.0 |[3.1.0](https://github.com/Azure/azure-batch-sdk-for-java/tree/master)| Tagged release for 3.1.0 version of Azure Batch libraries |
115
+
| 3.2.0 |[3.2.0](https://github.com/Azure/azure-batch-sdk-for-java/tree/master)| Tagged release for 3.2.0 version of Azure Batch libraries |
116
+
| 3.1.0 |[3.1.0](https://github.com/Azure/azure-batch-sdk-for-java/releases/tag/v3.1.0)| Tagged release for 3.1.0 version of Azure Batch libraries |
116
117
| 3.0.0 |[3.0.0](https://github.com/Azure/azure-batch-sdk-for-java/releases/tag/v3.0.0)| Tagged release for 3.0.0 version of Azure Batch libraries |
117
118
| 2.1.0 |[2.1.0](https://github.com/Azure/azure-batch-sdk-for-java/releases/tag/v2.1.0)| Tagged release for 2.1.0 version of Azure Batch libraries |
118
119
| 2.0.0 |[2.0.0](https://github.com/Azure/azure-batch-sdk-for-java/releases/tag/v2.0.0)| Tagged release for 2.0.0 version of Azure Batch libraries |
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/azure/batch/protocol/Jobs.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
publicinterfaceJobs {
66
66
/**
67
67
* Gets lifetime summary statistics for all of the jobs in the specified account.
68
-
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
68
+
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
69
69
*
70
70
* @throws IllegalArgumentException thrown if parameters fail the validation
71
71
* @throws BatchErrorException thrown if the request is rejected by server
@@ -76,7 +76,7 @@ public interface Jobs {
76
76
77
77
/**
78
78
* Gets lifetime summary statistics for all of the jobs in the specified account.
79
-
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
79
+
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
80
80
*
81
81
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
82
82
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -86,7 +86,7 @@ public interface Jobs {
86
86
87
87
/**
88
88
* Gets lifetime summary statistics for all of the jobs in the specified account.
89
-
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
89
+
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
90
90
*
91
91
* @throws IllegalArgumentException thrown if parameters fail the validation
92
92
* @return the observable to the JobStatistics object
@@ -95,15 +95,15 @@ public interface Jobs {
95
95
96
96
/**
97
97
* Gets lifetime summary statistics for all of the jobs in the specified account.
98
-
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
98
+
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
99
99
*
100
100
* @throws IllegalArgumentException thrown if parameters fail the validation
101
101
* @return the observable to the JobStatistics object
* Gets lifetime summary statistics for all of the jobs in the specified account.
106
-
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
106
+
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
107
107
*
108
108
* @param jobGetAllLifetimeStatisticsOptions Additional parameters for the operation
109
109
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -115,7 +115,7 @@ public interface Jobs {
115
115
116
116
/**
117
117
* Gets lifetime summary statistics for all of the jobs in the specified account.
118
-
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
118
+
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
119
119
*
120
120
* @param jobGetAllLifetimeStatisticsOptions Additional parameters for the operation
121
121
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -126,7 +126,7 @@ public interface Jobs {
126
126
127
127
/**
128
128
* Gets lifetime summary statistics for all of the jobs in the specified account.
129
-
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
129
+
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
130
130
*
131
131
* @param jobGetAllLifetimeStatisticsOptions Additional parameters for the operation
132
132
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -136,7 +136,7 @@ public interface Jobs {
136
136
137
137
/**
138
138
* Gets lifetime summary statistics for all of the jobs in the specified account.
139
-
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
139
+
* Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
140
140
*
141
141
* @param jobGetAllLifetimeStatisticsOptions Additional parameters for the operation
142
142
* @throws IllegalArgumentException thrown if parameters fail the validation
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/azure/batch/protocol/Pools.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ public interface Pools {
153
153
154
154
/**
155
155
* Gets lifetime summary statistics for all of the pools in the specified account.
156
-
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
156
+
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
157
157
*
158
158
* @throws IllegalArgumentException thrown if parameters fail the validation
159
159
* @throws BatchErrorException thrown if the request is rejected by server
@@ -164,7 +164,7 @@ public interface Pools {
164
164
165
165
/**
166
166
* Gets lifetime summary statistics for all of the pools in the specified account.
167
-
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
167
+
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
168
168
*
169
169
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
170
170
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -174,7 +174,7 @@ public interface Pools {
174
174
175
175
/**
176
176
* Gets lifetime summary statistics for all of the pools in the specified account.
177
-
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
177
+
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
178
178
*
179
179
* @throws IllegalArgumentException thrown if parameters fail the validation
180
180
* @return the observable to the PoolStatistics object
@@ -183,15 +183,15 @@ public interface Pools {
183
183
184
184
/**
185
185
* Gets lifetime summary statistics for all of the pools in the specified account.
186
-
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
186
+
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
187
187
*
188
188
* @throws IllegalArgumentException thrown if parameters fail the validation
189
189
* @return the observable to the PoolStatistics object
* Gets lifetime summary statistics for all of the pools in the specified account.
194
-
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
194
+
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
195
195
*
196
196
* @param poolGetAllLifetimeStatisticsOptions Additional parameters for the operation
197
197
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -203,7 +203,7 @@ public interface Pools {
203
203
204
204
/**
205
205
* Gets lifetime summary statistics for all of the pools in the specified account.
206
-
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
206
+
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
207
207
*
208
208
* @param poolGetAllLifetimeStatisticsOptions Additional parameters for the operation
209
209
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -214,7 +214,7 @@ public interface Pools {
214
214
215
215
/**
216
216
* Gets lifetime summary statistics for all of the pools in the specified account.
217
-
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
217
+
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
218
218
*
219
219
* @param poolGetAllLifetimeStatisticsOptions Additional parameters for the operation
220
220
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -224,7 +224,7 @@ public interface Pools {
224
224
225
225
/**
226
226
* Gets lifetime summary statistics for all of the pools in the specified account.
227
-
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
227
+
* Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.
228
228
*
229
229
* @param poolGetAllLifetimeStatisticsOptions Additional parameters for the operation
230
230
* @throws IllegalArgumentException thrown if parameters fail the validation
* Terminates the specified job, marking it as completed.
1733
-
* When a Terminate Job request is received, the Batch service sets the job to the terminating state. The Batch service then terminates any active or running tasks associated with the job, and runs any required Job Release tasks. The job then moves into the completed state.
1733
+
* When a Terminate Job request is received, the Batch service sets the job to the terminating state. The Batch service then terminates any running tasks associated with the job and runs any required job release tasks. Then the job moves into the completed state. If there are any tasks in the job in the active state, they will remain in the active state. Once a job is terminated, new tasks cannot be added and any remaining active tasks will not be scheduled.
1734
1734
*
1735
1735
* @param jobId The ID of the job to terminate.
1736
1736
* @throws IllegalArgumentException thrown if parameters fail the validation
0 commit comments