Modifier and Type | Method and Description |
---|---|
RegisterApplicationMasterResponse |
ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest request)
The interface used by a new
ApplicationMaster to register with
the ResourceManager . |
Modifier and Type | Method and Description |
---|---|
RegisterApplicationMasterResponse |
ApplicationMasterProtocolPBClientImpl.registerApplicationMaster(RegisterApplicationMasterRequest request) |
Modifier and Type | Method and Description |
---|---|
static RegisterApplicationMasterResponse |
RegisterApplicationMasterResponse.newInstance(Resource minCapability,
Resource maxCapability,
Map<ApplicationAccessType,String> acls,
ByteBuffer key) |
Modifier and Type | Class and Description |
---|---|
class |
RegisterApplicationMasterResponsePBImpl |
Modifier and Type | Method and Description |
---|---|
abstract RegisterApplicationMasterResponse |
AMRMClient.registerApplicationMaster(String appHostName,
int appHostPort,
String appTrackingUrl)
Register the application master.
|
Modifier and Type | Method and Description |
---|---|
abstract RegisterApplicationMasterResponse |
AMRMClientAsync.registerApplicationMaster(String appHostName,
int appHostPort,
String appTrackingUrl)
Registers this application master with the resource manager.
|
Modifier and Type | Method and Description |
---|---|
RegisterApplicationMasterResponse |
AMRMClientAsyncImpl.registerApplicationMaster(String appHostName,
int appHostPort,
String appTrackingUrl)
Registers this application master with the resource manager.
|
Modifier and Type | Method and Description |
---|---|
RegisterApplicationMasterResponse |
AMRMClientImpl.registerApplicationMaster(String appHostName,
int appHostPort,
String appTrackingUrl) |
Modifier and Type | Method and Description |
---|---|
RegisterApplicationMasterResponse |
ApplicationMasterService.registerApplicationMaster(RegisterApplicationMasterRequest request) |
Copyright © 2013 Apache Software Foundation. All rights reserved.