org.apache.hadoop.yarn.server.api.records
Interface HeartbeatResponse

All Known Implementing Classes:
HeartbeatResponsePBImpl

public interface HeartbeatResponse


Method Summary
 void addAllApplicationsToCleanup(List<org.apache.hadoop.yarn.api.records.ApplicationId> applications)
           
 void addAllContainersToCleanup(List<org.apache.hadoop.yarn.api.records.ContainerId> containers)
           
 void addApplicationToCleanup(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
           
 void addContainerToCleanup(org.apache.hadoop.yarn.api.records.ContainerId container)
           
 void clearApplicationsToCleanup()
           
 void clearContainersToCleanup()
           
 org.apache.hadoop.yarn.api.records.ApplicationId getApplicationsToCleanup(int index)
           
 int getApplicationsToCleanupCount()
           
 List<org.apache.hadoop.yarn.api.records.ApplicationId> getApplicationsToCleanupList()
           
 int getContainersToCleanupCount()
           
 List<org.apache.hadoop.yarn.api.records.ContainerId> getContainersToCleanupList()
           
 org.apache.hadoop.yarn.api.records.ContainerId getContainerToCleanup(int index)
           
 MasterKey getMasterKey()
           
 NodeAction getNodeAction()
           
 int getResponseId()
           
 void removeApplicationToCleanup(int index)
           
 void removeContainerToCleanup(int index)
           
 void setMasterKey(MasterKey secretKey)
           
 void setNodeAction(NodeAction action)
           
 void setResponseId(int responseId)
           
 

Method Detail

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.