IHDInsightApplicationHistoryClient Interface

Definition

Represents the HDInsight Application History client.

public interface IHDInsightApplicationHistoryClient : Microsoft.WindowsAzure.Management.HDInsight.IHDInsightApplicationHistoryAsyncClient, Microsoft.WindowsAzure.Management.HDInsight.IHDInsightApplicationHistorySyncClient
type IHDInsightApplicationHistoryClient = interface
    interface IHDInsightApplicationHistoryAsyncClient
    interface IHDInsightApplicationHistorySyncClient
Public Interface IHDInsightApplicationHistoryClient
Implements IHDInsightApplicationHistoryAsyncClient, IHDInsightApplicationHistorySyncClient
Derived
Implements

Methods

DownloadApplicationLogs(ApplicationContainerDetails, String)

Downloads logs for a specific container within a YARN application. Logs will be downloaded to the specified download location.

(Inherited from IHDInsightApplicationHistorySyncClient)
DownloadApplicationLogs(ApplicationContainerDetails, String, TimeSpan)

Downloads logs for a specific container within a YARN application. Logs will be downloaded to the specified download location.

(Inherited from IHDInsightApplicationHistorySyncClient)
DownloadApplicationLogs(ApplicationDetails, String)

Downloads application logs for the specified application. Logs will be downloaded to the specified download location.

(Inherited from IHDInsightApplicationHistorySyncClient)
DownloadApplicationLogs(ApplicationDetails, String, TimeSpan)

Downloads application logs for the specified application. Logs will be downloaded to the specified download location.

(Inherited from IHDInsightApplicationHistorySyncClient)
DownloadApplicationLogsAsync(ApplicationContainerDetails, String)

Downloads logs for a specific container within a YARN application. Logs will be downloaded to the specified download location.

(Inherited from IHDInsightApplicationHistoryAsyncClient)
DownloadApplicationLogsAsync(ApplicationDetails, String)

Downloads application logs for the specified application. Logs will be downloaded to the specified download location.

(Inherited from IHDInsightApplicationHistoryAsyncClient)
GetApplicationDetails(String)

Get details on the specified application.

(Inherited from IHDInsightApplicationHistorySyncClient)
GetApplicationDetailsAsync(String)

Get details on the specified application.

(Inherited from IHDInsightApplicationHistoryAsyncClient)
ListApplicationAttempts(ApplicationDetails)

Lists attempts made to complete the specified application.

(Inherited from IHDInsightApplicationHistorySyncClient)
ListApplicationAttemptsAsync(ApplicationDetails)

Lists attempts made to complete the specified application.

(Inherited from IHDInsightApplicationHistoryAsyncClient)
ListApplicationContainers(ApplicationAttemptDetails)

Lists containers associated with the specified application run on the specified cluster.

(Inherited from IHDInsightApplicationHistorySyncClient)
ListApplicationContainersAsync(ApplicationAttemptDetails)

Lists containers associated with the specified application run on the specified cluster.

(Inherited from IHDInsightApplicationHistoryAsyncClient)
ListCompletedApplications()

Lists completed applications.

(Inherited from IHDInsightApplicationHistorySyncClient)
ListCompletedApplications(DateTime, DateTime)

Lists completed applications that were submitted within the specified time window.

(Inherited from IHDInsightApplicationHistorySyncClient)
ListCompletedApplicationsAsync()

Lists completed applications.

(Inherited from IHDInsightApplicationHistoryAsyncClient)
ListCompletedApplicationsAsync(DateTime, DateTime)

Lists completed applications that were submitted within the specified time window.

(Inherited from IHDInsightApplicationHistoryAsyncClient)

Applies to