IHDInsightApplicationHistorySyncClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the HDInsight Application History sync client.
public interface IHDInsightApplicationHistorySyncClient
type IHDInsightApplicationHistorySyncClient = interface
Public Interface IHDInsightApplicationHistorySyncClient
- Derived
Methods
DownloadApplicationLogs(ApplicationContainerDetails, String, TimeSpan) |
Downloads logs for a specific container within a YARN application. Logs will be downloaded to the specified download location. |
DownloadApplicationLogs(ApplicationContainerDetails, String) |
Downloads logs for a specific container within a YARN application. Logs will be downloaded to the specified download location. |
DownloadApplicationLogs(ApplicationDetails, String, TimeSpan) |
Downloads application logs for the specified application. Logs will be downloaded to the specified download location. |
DownloadApplicationLogs(ApplicationDetails, String) |
Downloads application logs for the specified application. Logs will be downloaded to the specified download location. |
GetApplicationDetails(String) |
Get details on the specified application. |
ListApplicationAttempts(ApplicationDetails) |
Lists attempts made to complete the specified application. |
ListApplicationContainers(ApplicationAttemptDetails) |
Lists containers associated with the specified application run on the specified cluster. |
ListCompletedApplications() |
Lists completed applications. |
ListCompletedApplications(DateTime, DateTime) |
Lists completed applications that were submitted within the specified time window. |