Uses of Class
org.apache.hadoop.yarn.server.api.protocolrecords.RemoteNode
Packages that use RemoteNode
Package
Description
Utility classes used for Scheduling.
-
Uses of RemoteNode in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return RemoteNodeModifier and TypeMethodDescriptionstatic RemoteNodeRemoteNode.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId, String httpAddress) Create new Instance.static RemoteNodeRemoteNode.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId, String httpAddress, String rackName) Create new Instance.static RemoteNodeRemoteNode.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId, String httpAddress, String rackName, String nodePartition) Create new Instance.Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return types with arguments of type RemoteNodeModifier and TypeMethodDescriptionabstract List<RemoteNode>DistributedSchedulingAllocateResponse.getNodesForScheduling()abstract List<RemoteNode>RegisterDistributedSchedulingAMResponse.getNodesForScheduling()Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type RemoteNodeMethod parameters in org.apache.hadoop.yarn.server.api.protocolrecords with type arguments of type RemoteNodeModifier and TypeMethodDescriptionabstract voidDistributedSchedulingAllocateResponse.setNodesForScheduling(List<RemoteNode> nodesForScheduling) abstract voidRegisterDistributedSchedulingAMResponse.setNodesForScheduling(List<RemoteNode> nodesForScheduling) -
Uses of RemoteNode in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
Subclasses of RemoteNode in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pbMethods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb that return types with arguments of type RemoteNodeModifier and TypeMethodDescriptionDistributedSchedulingAllocateResponsePBImpl.getNodesForScheduling()RegisterDistributedSchedulingAMResponsePBImpl.getNodesForScheduling()Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with type arguments of type RemoteNodeModifier and TypeMethodDescriptionvoidDistributedSchedulingAllocateResponsePBImpl.setNodesForScheduling(List<RemoteNode> nodesForScheduling) voidRegisterDistributedSchedulingAMResponsePBImpl.setNodesForScheduling(List<RemoteNode> nodesForScheduling) -
Uses of RemoteNode in org.apache.hadoop.yarn.server.scheduler
Methods in org.apache.hadoop.yarn.server.scheduler that return types with arguments of type RemoteNodeMethods in org.apache.hadoop.yarn.server.scheduler with parameters of type RemoteNodeModifier and TypeMethodDescriptionprotected org.apache.hadoop.yarn.api.records.ContainerOpportunisticContainerAllocator.createContainer(long rmIdentifier, OpportunisticContainerAllocator.AllocationParams appParams, OpportunisticContainerAllocator.ContainerIdGenerator idCounter, org.apache.hadoop.yarn.api.records.ApplicationAttemptId id, String userName, Map<org.apache.hadoop.yarn.api.records.Resource, List<OpportunisticContainerAllocator.Allocation>> allocations, String location, org.apache.hadoop.yarn.api.records.ResourceRequest anyAsk, RemoteNode rNode) protected StringOpportunisticContainerAllocator.getRemoteNodePartition(RemoteNode node) Method parameters in org.apache.hadoop.yarn.server.scheduler with type arguments of type RemoteNodeModifier and TypeMethodDescriptionvoidOpportunisticContainerContext.updateNodeList(List<RemoteNode> newNodeList)