public interface Application extends org.apache.hadoop.yarn.event.EventHandler<ApplicationEvent>
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.yarn.api.records.ApplicationId | getAppId() | 
| ApplicationState | getApplicationState() | 
| Map<org.apache.hadoop.yarn.api.records.ContainerId,Container> | getContainers() | 
| String | getFlowName() | 
| long | getFlowRunId() | 
| String | getFlowVersion() | 
| String | getUser() | 
String getUser()
org.apache.hadoop.yarn.api.records.ApplicationId getAppId()
ApplicationState getApplicationState()
String getFlowName()
String getFlowVersion()
long getFlowRunId()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.