IHDInsightApplicationHistoryAsyncClient Interface

Definition

Represents the HDInsight Application History Async client.

public interface IHDInsightApplicationHistoryAsyncClient
type IHDInsightApplicationHistoryAsyncClient = interface
Public Interface IHDInsightApplicationHistoryAsyncClient
Derived

Methods

DownloadApplicationLogsAsync(ApplicationContainerDetails, String)

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

DownloadApplicationLogsAsync(ApplicationDetails, String)

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

GetApplicationDetailsAsync(String)

Get details on the specified application.

ListApplicationAttemptsAsync(ApplicationDetails)

Lists attempts made to complete the specified application.

ListApplicationContainersAsync(ApplicationAttemptDetails)

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

ListCompletedApplicationsAsync()

Lists completed applications.

ListCompletedApplicationsAsync(DateTime, DateTime)

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

Applies to