| Modifier and Type | Method and Description |
|---|---|
ClusterNode |
ClusterNode.doClone() |
static ClusterNode |
ClusterNode.fromJson(String json)
Convert from JSON
|
static ClusterNode |
ClusterNode.fromProtobuf(Messages.RoleInstanceState message)
Build from a protobuf response
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterNode> |
SliderClient.listClusterNodes(String[] uuids)
Get the details on a list of uuids
|
List<ClusterNode> |
SliderClient.listClusterNodesInRole(String role)
List all nodes in a role.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterNode |
SliderClusterOperations.getNode(String uuid)
Get a node from the AM
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterNode> |
SliderClusterOperations.convertNodeWireToClusterNodes(List<Messages.RoleInstanceState> nodes)
Unmarshall a list of nodes from a protobud response
|
List<ClusterNode> |
SliderClusterOperations.listClusterNodes(String[] uuids)
Get the details on a list of uuids
|
List<ClusterNode> |
SliderClusterOperations.listClusterNodesInRole(String role)
List all nodes in a role.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Map<String,ClusterNode>> |
AgentProviderService.getRoleClusterNodeMapping()
Get a list of all hosts for all role/container per role
|
| Modifier and Type | Method and Description |
|---|---|
ClusterNode |
RoleInstance.toClusterNode()
Build a serializable ClusterNode structure from this instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,ClusterNode>> |
AppState.createRoleToClusterNodeMap()
Build a map of role->nodename->node-info
|
Map<String,Map<String,ClusterNode>> |
StateAccessForProviders.getRoleClusterNodeMapping()
Find out about the nodes for specific roles
|
Map<String,Map<String,ClusterNode>> |
ProviderAppState.getRoleClusterNodeMapping() |
| Modifier and Type | Method and Description |
|---|---|
int |
ContainerStatsBlock.ClusterNodeNameComparator.compare(ClusterNode node1,
ClusterNode node2) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.