| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<JobInformationBasic> |
Jobs.list(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
com.microsoft.azure.PagedList<JobInformationBasic> |
Jobs.list(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.azure.Page<JobInformationBasic>> |
Jobs.listAsync(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.azure.Page<JobInformationBasic>> |
Jobs.listAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
com.microsoft.azure.PagedList<JobInformationBasic> |
Jobs.listNext(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.azure.Page<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> serviceFuture,
com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>> |
Jobs.listWithServiceResponseAsync(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<JobInformationBasic>>> |
Jobs.listWithServiceResponseAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> serviceFuture,
com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<JobInformationBasic>> serviceFuture,
com.microsoft.azure.ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobInformation
The extended Data Lake Analytics job information properties returned when
retrieving a specific job.
|
| Modifier and Type | Method and Description |
|---|---|
JobInformationBasic |
JobInformationBasic.withDegreeOfParallelism(Integer degreeOfParallelism)
Set the degree of parallelism used for this job.
|
JobInformationBasic |
JobInformationBasic.withLogFilePatterns(List<String> logFilePatterns)
Set the list of log file name patterns to find in the logFolder.
|
JobInformationBasic |
JobInformationBasic.withName(String name)
Set the friendly name of the job.
|
JobInformationBasic |
JobInformationBasic.withPriority(Integer priority)
Set the priority value for the current job.
|
JobInformationBasic |
JobInformationBasic.withRelated(JobRelationshipProperties related)
Set the recurring job relationship information properties.
|
JobInformationBasic |
JobInformationBasic.withTags(Map<String,String> tags)
Set the key-value pairs used to add additional metadata to the job information.
|
JobInformationBasic |
JobInformationBasic.withType(JobType type)
Set the job type of the current job (Hive, USql, or Scope (for internal use only)).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/