Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobInformationBasic in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<JobInformationBasic>
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>>
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>
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 TypeMethodDescriptioncom.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. -
Uses of JobInformationBasic in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeClassDescriptionclass
The extended Data Lake Analytics job information properties returned when retrieving a specific job.Modifier and TypeMethodDescriptionJobInformationBasic.withDegreeOfParallelism
(Integer degreeOfParallelism) Set the degree of parallelism used for this job.JobInformationBasic.withLogFilePatterns
(List<String> logFilePatterns) Set the list of log file name patterns to find in the logFolder.Set the friendly name of the job.JobInformationBasic.withPriority
(Integer priority) Set the priority value for the current job.JobInformationBasic.withRelated
(JobRelationshipProperties related) Set the recurring job relationship information properties.Set the key-value pairs used to add additional metadata to the job information.Set the job type of the current job (Hive, USql, or Scope (for internal use only)).