org.apache.hadoop.yarn.server.nodemanager.api.protocolrecords
Interface LocalizerHeartbeatResponse
- All Known Implementing Classes:
- LocalizerHeartbeatResponsePBImpl
public interface LocalizerHeartbeatResponse
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.