org.apache.hadoop.yarn.server.api.records
Interface HeartbeatResponse
- All Known Implementing Classes:
- HeartbeatResponsePBImpl
public interface HeartbeatResponse
getResponseId
int getResponseId()
getNodeAction
NodeAction getNodeAction()
getContainersToCleanupList
List<org.apache.hadoop.yarn.api.records.ContainerId> getContainersToCleanupList()
getContainerToCleanup
org.apache.hadoop.yarn.api.records.ContainerId getContainerToCleanup(int index)
getContainersToCleanupCount
int getContainersToCleanupCount()
getApplicationsToCleanupList
List<org.apache.hadoop.yarn.api.records.ApplicationId> getApplicationsToCleanupList()
getApplicationsToCleanup
org.apache.hadoop.yarn.api.records.ApplicationId getApplicationsToCleanup(int index)
getApplicationsToCleanupCount
int getApplicationsToCleanupCount()
setResponseId
void setResponseId(int responseId)
setNodeAction
void setNodeAction(NodeAction action)
getMasterKey
MasterKey getMasterKey()
setMasterKey
void setMasterKey(MasterKey secretKey)
addAllContainersToCleanup
void addAllContainersToCleanup(List<org.apache.hadoop.yarn.api.records.ContainerId> containers)
addContainerToCleanup
void addContainerToCleanup(org.apache.hadoop.yarn.api.records.ContainerId container)
removeContainerToCleanup
void removeContainerToCleanup(int index)
clearContainersToCleanup
void clearContainersToCleanup()
addAllApplicationsToCleanup
void addAllApplicationsToCleanup(List<org.apache.hadoop.yarn.api.records.ApplicationId> applications)
addApplicationToCleanup
void addApplicationToCleanup(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
removeApplicationToCleanup
void removeApplicationToCleanup(int index)
clearApplicationsToCleanup
void clearApplicationsToCleanup()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.