| Package | Description |
|---|---|
| org.apache.slider.api | |
| org.apache.slider.api.proto | |
| org.apache.slider.client.ipc | |
| org.apache.slider.client.rest | |
| org.apache.slider.server.appmaster.state | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
ComponentInformation |
SliderApplicationApi.getComponent(String componentName)
Get information about a component
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentInformation> |
SliderApplicationApi.enumComponents()
List all components into a map of [name:info]
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentInformation |
RestTypeMarshalling.unmarshall(Messages.ComponentInformationProto wire) |
| Modifier and Type | Method and Description |
|---|---|
static Messages.ComponentInformationProto |
RestTypeMarshalling.marshall(ComponentInformation info) |
| Modifier and Type | Method and Description |
|---|---|
ComponentInformation |
SliderClusterOperations.getComponent(String componentName) |
ComponentInformation |
SliderApplicationIpcClient.getComponent(String componentName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentInformation> |
SliderClusterOperations.enumComponents() |
Map<String,ComponentInformation> |
SliderApplicationIpcClient.enumComponents() |
| Modifier and Type | Method and Description |
|---|---|
ComponentInformation |
SliderApplicationApiRestClient.getComponent(String componentName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentInformation> |
SliderApplicationApiRestClient.enumComponents() |
| Modifier and Type | Method and Description |
|---|---|
ComponentInformation |
StateAccessForProviders.getComponentInformation(String component)
Get the JSON serializable information about a component
|
ComponentInformation |
ProviderAppState.getComponentInformation(String component) |
ComponentInformation |
RoleStatus.serialize()
Produced a serialized form which can be served up as JSON
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentInformation> |
StateAccessForProviders.getComponentInfoSnapshot()
Get a snapshot of component information.
|
Map<String,ComponentInformation> |
ProviderAppState.getComponentInfoSnapshot() |
Map<String,ComponentInformation> |
AppState.getComponentInfoSnapshot()
Get a snapshot of component information.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentInformation |
ApplicationResource.getLiveComponent(String component) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentInformation> |
ApplicationResource.getLiveComponents() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentInformation> |
LiveComponentsRefresher.refresh() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.