public interface WebAppApi
| Modifier and Type | Method and Description |
|---|---|
AgentRestOperations |
getAgentRestOperations()
Returns an interface that can support the agent-based REST operations.
|
AppMasterActionOperations |
getAMOperations()
API for AM operations
|
StateAccessForProviders |
getAppState()
The
AppState for the current cluster |
CertificateManager |
getCertificateManager()
The
CertificateManager for the current cluster |
ContentCache |
getContentCache()
Local cache of content
|
MetricsAndMonitoring |
getMetricsAndMonitoring()
Metrics and monitoring service
|
ProviderService |
getProviderService()
The
ProviderService for the current cluster |
QueueAccess |
getQueues()
Get the queue accessor
|
org.apache.hadoop.registry.client.api.RegistryOperations |
getRegistryOperations()
Registry operations accessor
|
Map<String,RoleStatus> |
getRoleStatusByName()
Generate a mapping from role name to its
RoleStatus. |
StateAccessForProviders getAppState()
AppState for the current clusterProviderService getProviderService()
ProviderService for the current clusterCertificateManager getCertificateManager()
CertificateManager for the current clusterMap<String,RoleStatus> getRoleStatusByName()
RoleStatus. Be aware that this
is a computed value and not just a getterAgentRestOperations getAgentRestOperations()
org.apache.hadoop.registry.client.api.RegistryOperations getRegistryOperations()
MetricsAndMonitoring getMetricsAndMonitoring()
QueueAccess getQueues()
AppMasterActionOperations getAMOperations()
ContentCache getContentCache()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.