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 |
---|---|
JobInformation |
Jobs.beginUpdate(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
JobInformation |
Jobs.beginUpdate(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters)
Updates the job information for the specified job ID.
|
JobInformation |
Jobs.build(String accountName,
BuildJobParameters parameters)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
JobInformation |
Jobs.create(String accountName,
UUID jobIdentity,
CreateJobParameters parameters)
Submits a job to the specified Data Lake Analytics account.
|
JobInformation |
Jobs.get(String accountName,
UUID jobIdentity)
Gets the job information for the specified job ID.
|
JobInformation |
Jobs.update(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
JobInformation |
Jobs.update(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters)
Updates the job information for the specified job ID.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
rx.Observable<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
rx.Observable<ServiceResponse<JobInformation>> |
Jobs.beginUpdateWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
rx.Observable<ServiceResponse<JobInformation>> |
Jobs.beginUpdateWithServiceResponseAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters)
Updates the job information for the specified job ID.
|
rx.Observable<JobInformation> |
Jobs.buildAsync(String accountName,
BuildJobParameters parameters)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
ServiceFuture<JobInformation> |
Jobs.buildAsync(String accountName,
BuildJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
rx.Observable<ServiceResponse<JobInformation>> |
Jobs.buildWithServiceResponseAsync(String accountName,
BuildJobParameters parameters)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
rx.Observable<JobInformation> |
Jobs.createAsync(String accountName,
UUID jobIdentity,
CreateJobParameters parameters)
Submits a job to the specified Data Lake Analytics account.
|
ServiceFuture<JobInformation> |
Jobs.createAsync(String accountName,
UUID jobIdentity,
CreateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Submits a job to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<JobInformation>> |
Jobs.createWithServiceResponseAsync(String accountName,
UUID jobIdentity,
CreateJobParameters parameters)
Submits a job to the specified Data Lake Analytics account.
|
rx.Observable<JobInformation> |
Jobs.getAsync(String accountName,
UUID jobIdentity)
Gets the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.getAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Gets the job information for the specified job ID.
|
rx.Observable<ServiceResponse<JobInformation>> |
Jobs.getWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Gets the job information for the specified job ID.
|
rx.Observable<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
rx.Observable<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
rx.Observable<ServiceResponse<JobInformation>> |
Jobs.updateWithServiceResponseAsync(String accountName,
UUID jobIdentity)
Updates the job information for the specified job ID.
|
rx.Observable<ServiceResponse<JobInformation>> |
Jobs.updateWithServiceResponseAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters)
Updates the job information for the specified job ID.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.beginUpdateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.buildAsync(String accountName,
BuildJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.
|
ServiceFuture<JobInformation> |
Jobs.createAsync(String accountName,
UUID jobIdentity,
CreateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Submits a job to the specified Data Lake Analytics account.
|
ServiceFuture<JobInformation> |
Jobs.getAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Gets the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
ServiceFuture<JobInformation> |
Jobs.updateAsync(String accountName,
UUID jobIdentity,
UpdateJobParameters parameters,
ServiceCallback<JobInformation> serviceCallback)
Updates the job information for the specified job ID.
|
Modifier and Type | Method and Description |
---|---|
JobInformation |
JobInformation.withProperties(JobProperties properties)
Set the job specific properties.
|
Copyright © 2019. All rights reserved.