org.apache.hadoop.yarn.server.nodemanager.api.protocolrecords
Interface LocalizerHeartbeatResponse

All Known Implementing Classes:
LocalizerHeartbeatResponsePBImpl

public interface LocalizerHeartbeatResponse


Method Summary
 void addAllResources(List<org.apache.hadoop.yarn.api.records.LocalResource> resources)
           
 void addResource(org.apache.hadoop.yarn.api.records.LocalResource resource)
           
 void clearResources()
           
 List<org.apache.hadoop.yarn.api.records.LocalResource> getAllResources()
           
 LocalizerAction getLocalizerAction()
           
 org.apache.hadoop.yarn.api.records.LocalResource getLocalResource(int i)
           
 void removeResource(int index)
           
 void setLocalizerAction(LocalizerAction action)
           
 

Method Detail

getLocalizerAction

LocalizerAction getLocalizerAction()

getAllResources

List<org.apache.hadoop.yarn.api.records.LocalResource> getAllResources()

getLocalResource

org.apache.hadoop.yarn.api.records.LocalResource getLocalResource(int i)

setLocalizerAction

void setLocalizerAction(LocalizerAction action)

addAllResources

void addAllResources(List<org.apache.hadoop.yarn.api.records.LocalResource> resources)

addResource

void addResource(org.apache.hadoop.yarn.api.records.LocalResource resource)

removeResource

void removeResource(int index)

clearResources

void clearResources()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.