Java org.apache.hadoop.yarn.client.api AMRMClient fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.client.api AMRMClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.client.api AMRMClient.

The text is from its open source code.

Method

voidaddContainerRequest(T req)
Request containers for resources before calling allocate
AllocateResponseallocate(float progressIndicator)
Request additional containers and receive new container allocations.
AMRMClientcreateAMRMClient()
Create a new instance of AMRMClient.
voidinit(Configuration conf)
This invokes #serviceInit
RegisterApplicationMasterResponseregisterApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl)
Register the application master.
voidremoveContainerRequest(T req)
Remove previous container request.
voidsetNMTokenCache(NMTokenCache nmTokenCache)
Set the NM token cache for the AMRMClient.
voidstart()
voidunregisterApplicationMaster(FinalApplicationStatus appStatus, String appMessage, String appTrackingUrl)
Unregister the application master.
voidupdateBlacklist(List blacklistAdditions, List blacklistRemovals)
Update application's blacklist with addition or removal resources.