Modifier and Type | Method and Description |
---|---|
RMNode |
NodesListManagerEvent.getNode() |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,RMNode> |
RMContextImpl.getInactiveRMNodes() |
ConcurrentMap<String,RMNode> |
RMContext.getInactiveRMNodes() |
ConcurrentMap<NodeId,RMNode> |
RMContextImpl.getRMNodes() |
ConcurrentMap<NodeId,RMNode> |
RMContext.getRMNodes() |
static List<RMNode> |
RMServerUtils.queryRMNodes(RMContext context,
EnumSet<NodeState> acceptedStates) |
Modifier and Type | Method and Description |
---|---|
int |
NodesListManager.getUnusableNodes(Collection<RMNode> unUsableNodes)
Provides the currently unusable nodes.
|
Constructor and Description |
---|
NodesListManagerEvent(NodesListManagerEventType type,
RMNode node) |
Modifier and Type | Method and Description |
---|---|
RMNode |
RMAppNodeUpdateEvent.getNode() |
Modifier and Type | Method and Description |
---|---|
int |
RMApp.pullRMNodeUpdates(Collection<RMNode> updatedNodes)
To receive the collection of all
RMNode s whose updates have been
received by the RMApp. |
int |
RMAppImpl.pullRMNodeUpdates(Collection<RMNode> updatedNodes) |
Constructor and Description |
---|
RMAppNodeUpdateEvent(ApplicationId appId,
RMNode node,
RMAppNodeUpdateEvent.RMAppNodeUpdateType updateType) |
Modifier and Type | Class and Description |
---|---|
class |
RMNodeImpl
This class is used to keep track of all the applications/containers
running on a node.
|
Modifier and Type | Method and Description |
---|---|
RMNode |
RMNodeReconnectEvent.getReconnectedNode() |
Constructor and Description |
---|
RMNodeReconnectEvent(NodeId nodeId,
RMNode newNode) |
Modifier and Type | Method and Description |
---|---|
RMNode |
FiCaSchedulerNode.getRMNode() |
Constructor and Description |
---|
FiCaSchedulerNode(RMNode node,
boolean usePortForNodeName) |
Modifier and Type | Method and Description |
---|---|
RMNode |
NodeAddedSchedulerEvent.getAddedRMNode() |
RMNode |
NodeRemovedSchedulerEvent.getRemovedRMNode() |
RMNode |
NodeUpdateSchedulerEvent.getRMNode() |
Constructor and Description |
---|
NodeAddedSchedulerEvent(RMNode rmNode) |
NodeRemovedSchedulerEvent(RMNode rmNode) |
NodeUpdateSchedulerEvent(RMNode rmNode) |
Modifier and Type | Method and Description |
---|---|
RMNode |
FSSchedulerNode.getRMNode() |
Constructor and Description |
---|
FSSchedulerNode(RMNode node,
boolean usePortForNodeName) |
Constructor and Description |
---|
NodeInfo(RMNode ni,
ResourceScheduler sched) |
Copyright © 2013 Apache Software Foundation. All rights reserved.