| Package | Description |
|---|---|
| org.apache.slider.providers | |
| org.apache.slider.server.appmaster.rpc | |
| org.apache.slider.server.appmaster.state | |
| org.apache.slider.server.appmaster.web | |
| org.apache.slider.server.appmaster.web.rest.application |
This package contains resources related to the application
REST API
|
| org.apache.slider.server.appmaster.web.rest.application.resources | |
| org.apache.slider.server.appmaster.web.view |
| Modifier and Type | Field and Description |
|---|---|
protected StateAccessForProviders |
AbstractProviderService.amState |
| Modifier and Type | Method and Description |
|---|---|
StateAccessForProviders |
AbstractProviderService.getAmState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderService.bind(StateAccessForProviders stateAccessor,
QueueAccess queueAccess,
List<org.apache.hadoop.yarn.api.records.Container> liveContainers) |
void |
AbstractProviderService.bind(StateAccessForProviders stateAccessor,
QueueAccess queueAccess,
List<org.apache.hadoop.yarn.api.records.Container> liveContainers) |
void |
AbstractProviderService.setAmState(StateAccessForProviders amState) |
| Constructor and Description |
|---|
SliderIPCService(AppMasterActionOperations amOperations,
CertificateManager certificateManager,
StateAccessForProviders state,
QueueAccess actionQueues,
MetricsAndMonitoring metricsAndMonitoring,
ContentCache cache)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProviderAppState
Implementation of
StateAccessForProviders, which means
state access for providers, web UI and IPC/REST views. |
| Modifier and Type | Field and Description |
|---|---|
protected StateAccessForProviders |
WebAppApiImpl.appState |
| Modifier and Type | Method and Description |
|---|---|
StateAccessForProviders |
WebAppApiImpl.getAppState() |
StateAccessForProviders |
WebAppApi.getAppState()
The
AppState for the current cluster |
| Constructor and Description |
|---|
WebAppApiImpl(StateAccessForProviders appState,
ProviderService provider,
CertificateManager certificateManager,
org.apache.hadoop.registry.client.api.RegistryOperations registryOperations,
MetricsAndMonitoring metricsAndMonitoring,
QueueAccess queues,
AppMasterActionOperations appMasterOperations,
ContentCache contentCache) |
| Modifier and Type | Method and Description |
|---|---|
static ContentCache |
ApplicationResouceContentCacheFactory.createContentCache(StateAccessForProviders state)
Build the content cache
|
| Constructor and Description |
|---|
AggregateModelRefresher(StateAccessForProviders state,
boolean resolved) |
AppconfRefresher(StateAccessForProviders state,
boolean unresolved,
boolean resources) |
LiveComponentsRefresher(StateAccessForProviders state) |
LiveContainersRefresher(StateAccessForProviders state) |
LiveNodesRefresher(StateAccessForProviders state) |
LiveResourcesRefresher(StateAccessForProviders state) |
LiveStatisticsRefresher(StateAccessForProviders state) |
ResourceSnapshotRefresher(StateAccessForProviders state) |
| Modifier and Type | Field and Description |
|---|---|
protected StateAccessForProviders |
SliderHamletBlock.appState |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.