| Package | Description |
|---|---|
| org.apache.slider.api | |
| org.apache.slider.api.types | |
| org.apache.slider.client | |
| org.apache.slider.client.ipc | |
| org.apache.slider.client.rest | |
| 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 |
|---|---|
NodeInformationList |
SliderApplicationApi.getLiveNodes()
List all nodes into a map of [name:info]
|
| Modifier and Type | Method and Description |
|---|---|
static JsonSerDeser<NodeInformationList> |
NodeInformationList.createSerializer() |
| Modifier and Type | Method and Description |
|---|---|
NodeInformationList |
SliderClient.listInstanceNodes(String instance,
ActionNodesArgs args)
List the nodes in the cluster, possibly filtering by node state or label.
|
NodeInformationList |
SliderYarnClientImpl.listNodes(String label,
boolean live)
List the nodes in the cluster, possibly filtering by node state or label.
|
NodeInformationList |
SliderClientAPI.listYarnClusterNodes(ActionNodesArgs args)
List the nodes
|
NodeInformationList |
SliderClient.listYarnClusterNodes(ActionNodesArgs args)
List the nodes in the cluster, possibly filtering by node state or label.
|
| Modifier and Type | Method and Description |
|---|---|
NodeInformationList |
SliderClusterOperations.getLiveNodes() |
NodeInformationList |
SliderApplicationIpcClient.getLiveNodes() |
| Modifier and Type | Method and Description |
|---|---|
NodeInformationList |
SliderApplicationApiRestClient.getLiveNodes() |
| Modifier and Type | Method and Description |
|---|---|
NodeInformationList |
ApplicationResource.getLiveNodes() |
| Modifier and Type | Method and Description |
|---|---|
NodeInformationList |
LiveNodesRefresher.refresh() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.