| Package | Description |
|---|---|
| org.apache.slider.api | |
| org.apache.slider.api.proto | |
| org.apache.slider.api.types | |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
NodeInformation |
SliderApplicationApi.getLiveNode(String hostname)
Get information about a node
|
| Modifier and Type | Method and Description |
|---|---|
static NodeInformation |
RestTypeMarshalling.unmarshall(Messages.NodeInformationProto wire) |
| Modifier and Type | Method and Description |
|---|---|
static Messages.NodeInformationProto |
RestTypeMarshalling.marshall(NodeInformation info) |
| Constructor and Description |
|---|
NodeInformationList(Collection<? extends NodeInformation> c) |
| Modifier and Type | Method and Description |
|---|---|
NodeInformation |
SliderClusterOperations.getLiveNode(String hostname) |
NodeInformation |
SliderApplicationIpcClient.getLiveNode(String hostname) |
| Modifier and Type | Method and Description |
|---|---|
NodeInformation |
SliderApplicationApiRestClient.getLiveNode(String hostname) |
| Modifier and Type | Method and Description |
|---|---|
NodeInformation |
StateAccessForProviders.getNodeInformation(String hostname)
get information on a node
|
NodeInformation |
ProviderAppState.getNodeInformation(String hostname) |
NodeInformation |
RoleHistory.getNodeInformation(String hostname,
Map<Integer,String> naming)
Get the information on a node
|
NodeInformation |
NodeInstance.serialize(Map<Integer,String> naming)
Produced a serialized form which can be served up as JSON
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NodeInformation> |
StateAccessForProviders.getNodeInformationSnapshot()
Get a clone of the nodemap.
|
Map<String,NodeInformation> |
ProviderAppState.getNodeInformationSnapshot() |
Map<String,NodeInformation> |
RoleHistory.getNodeInformationSnapshot(Map<Integer,String> naming)
Get snapshot of the node map
|
| Modifier and Type | Method and Description |
|---|---|
NodeInformation |
ApplicationResource.getLiveNode(String hostname) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.