| Package | Description |
|---|---|
| org.apache.slider.api | |
| org.apache.slider.api.proto | |
| org.apache.slider.client | |
| org.apache.slider.client.ipc | |
| org.apache.slider.client.rest | |
| org.apache.slider.common.tools | |
| 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 |
|---|---|
ContainerInformation |
SliderApplicationApi.getContainer(String containerId)
Get a container from the container Id
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContainerInformation> |
SliderApplicationApi.enumContainers()
Get a map of live containers [containerId:info]
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerInformation |
RestTypeMarshalling.unmarshall(Messages.ContainerInformationProto wire) |
| Modifier and Type | Method and Description |
|---|---|
static List<ContainerInformation> |
RestTypeMarshalling.unmarshall(Messages.GetLiveContainersResponseProto wire) |
| Modifier and Type | Method and Description |
|---|---|
static Messages.ContainerInformationProto |
RestTypeMarshalling.marshall(ContainerInformation info) |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerInformation> |
SliderClient.getContainers(String name) |
| Modifier and Type | Method and Description |
|---|---|
ContainerInformation |
SliderClusterOperations.getContainer(String containerId) |
ContainerInformation |
SliderApplicationIpcClient.getContainer(String containerId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContainerInformation> |
SliderClusterOperations.enumContainers() |
Map<String,ContainerInformation> |
SliderApplicationIpcClient.enumContainers() |
List<ContainerInformation> |
SliderClusterOperations.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
ContainerInformation |
SliderApplicationApiRestClient.getContainer(String containerId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContainerInformation> |
SliderApplicationApiRestClient.enumContainers() |
| Modifier and Type | Method and Description |
|---|---|
static String |
SliderUtils.containersToString(List<ContainerInformation> containers,
String version,
Set<String> components) |
static String |
SliderUtils.instanceDetailsToString(String name,
org.apache.hadoop.yarn.api.records.ApplicationReport report,
List<ContainerInformation> containers,
String version,
Set<String> components,
boolean verbose)
Convert the instance details of an application to a string
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInformation |
RoleInstance.serialize()
Serialize.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInformation |
ApplicationResource.getLiveContainer(String containerId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContainerInformation> |
ApplicationResource.getLiveContainers() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContainerInformation> |
LiveContainersRefresher.refresh() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.