org.apache.hadoop.yarn.server.nodemanager.api.protocolrecords
Interface LocalizerStatus
- All Known Implementing Classes:
- LocalizerStatusPBImpl
public interface LocalizerStatus
getLocalizerId
String getLocalizerId()
setLocalizerId
void setLocalizerId(String id)
getResources
List<LocalResourceStatus> getResources()
addAllResources
void addAllResources(List<LocalResourceStatus> resources)
addResourceStatus
void addResourceStatus(LocalResourceStatus resource)
getResourceStatus
LocalResourceStatus getResourceStatus(int index)
removeResource
void removeResource(int index)
clearResources
void clearResources()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.