Uses of Class
org.apache.hadoop.yarn.api.records.PreemptionResourceRequest
Packages that use PreemptionResourceRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of PreemptionResourceRequest in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return PreemptionResourceRequestModifier and TypeMethodDescriptionstatic PreemptionResourceRequestPreemptionResourceRequest.newInstance(ResourceRequest req) Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type PreemptionResourceRequestModifier and TypeMethodDescriptionabstract List<PreemptionResourceRequest>PreemptionContract.getResourceRequest()If the AM releases resources matching these requests, then thePreemptionContainers enumerated inPreemptionContract.getContainers()should not be evicted from the cluster.Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type PreemptionResourceRequestModifier and TypeMethodDescriptionstatic PreemptionContractPreemptionContract.newInstance(List<PreemptionResourceRequest> req, Set<PreemptionContainer> containers) abstract voidPreemptionContract.setResourceRequest(List<PreemptionResourceRequest> req)