Uses of Class
org.apache.hadoop.yarn.server.api.protocolrecords.FederationQueueWeight
Packages that use FederationQueueWeight
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of FederationQueueWeight in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return FederationQueueWeightModifier and TypeMethodDescriptionabstract FederationQueueWeightSaveFederationQueuePolicyRequest.getFederationQueueWeight()static FederationQueueWeightFederationQueueWeight.newInstance(String routerWeight, String amrmWeight, String headRoomAlpha) The FederationQueueWeight object consists of three parts: routerWeight, amrmWeight, and headRoomAlpha.static FederationQueueWeightFederationQueueWeight.newInstance(String routerWeight, String amrmWeight, String headRoomAlpha, String queue, String policyManagerClassName) Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return types with arguments of type FederationQueueWeightModifier and TypeMethodDescriptionabstract List<FederationQueueWeight>BatchSaveFederationQueuePoliciesRequest.getFederationQueueWeights()abstract List<FederationQueueWeight>QueryFederationQueuePoliciesResponse.getFederationQueueWeights()Get a list of FederationQueueWeight objects of different queues.Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type FederationQueueWeightModifier and TypeMethodDescriptionSaveFederationQueuePolicyRequest.newInstance(String queue, FederationQueueWeight federationQueueWeight, String policyManagerClassName) abstract voidSaveFederationQueuePolicyRequest.setFederationQueueWeight(FederationQueueWeight federationQueueWeight) Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords with type arguments of type FederationQueueWeightModifier and TypeMethodDescriptionBatchSaveFederationQueuePoliciesRequest.newInstance(List<FederationQueueWeight> federationQueueWeights) QueryFederationQueuePoliciesResponse.newInstance(int totalSize, int totalPage, int currentPage, int pageSize, List<FederationQueueWeight> federationQueueWeights) abstract voidBatchSaveFederationQueuePoliciesRequest.setFederationQueueWeights(List<FederationQueueWeight> federationQueueWeights) abstract voidQueryFederationQueuePoliciesResponse.setFederationQueueWeights(List<FederationQueueWeight> federationQueueWeights) Sets the FederationQueueWeights, which represent the weights of different queues.