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 |
---|---|
PagedList<JobInformationBasic> |
Jobs.list(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
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<Page<JobInformationBasic>> |
Jobs.listAsync(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<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.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
PagedList<JobInformationBasic> |
Jobs.listNext(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<Page<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink,
ServiceFuture<List<JobInformationBasic>> serviceFuture,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<JobInformationBasic>>> |
Jobs.listNextWithServiceResponseAsync(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<JobInformationBasic>>> |
Jobs.listWithServiceResponseAsync(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<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 |
---|---|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink,
ServiceFuture<List<JobInformationBasic>> serviceFuture,
ListOperationCallback<JobInformationBasic> serviceCallback)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
ServiceFuture<List<JobInformationBasic>> |
Jobs.listNextAsync(String nextPageLink,
ServiceFuture<List<JobInformationBasic>> serviceFuture,
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 © 2019. All rights reserved.