Uses of Class
org.apache.hadoop.yarn.api.records.PreemptionMessage
Packages that use PreemptionMessage
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of PreemptionMessage in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return PreemptionMessageModifier and TypeMethodDescriptionabstract PreemptionMessageAllocateResponse.getPreemptionMessage()Get the description of containers owned by the AM, but requested back by the cluster.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type PreemptionMessageModifier and TypeMethodDescriptionstatic AllocateResponseAllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens) static AllocateResponseAllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, CollectorInfo collectorInfo) static AllocateResponseAllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, Token amRMToken, List<UpdatedContainer> updatedContainers) static AllocateResponseAllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, Token amRMToken, List<UpdatedContainer> updatedContainers, CollectorInfo collectorInfo) static AllocateResponseAllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, Token amRMToken, List<UpdatedContainer> updatedContainers, CollectorInfo collectorInfo, org.apache.hadoop.yarn.api.records.EnhancedHeadroom enhancedHeadroom) abstract voidAllocateResponse.setPreemptionMessage(PreemptionMessage request) -
Uses of PreemptionMessage in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return PreemptionMessageModifier and TypeMethodDescriptionstatic PreemptionMessagePreemptionMessage.newInstance(StrictPreemptionContract set, PreemptionContract contract)