Tabnine Logo
FSQueueMetrics.setSteadyFairShare
Code IndexAdd Tabnine to your IDE (free)

How to use
setSteadyFairShare
method
in
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSQueueMetrics

Best Java code snippets using org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSQueueMetrics.setSteadyFairShare (Showing top 6 results out of 315)

origin: ch.cern.hadoop/hadoop-yarn-server-resourcemanager

public void setSteadyFairShare(Resource steadyFairShare) {
 this.steadyFairShare = steadyFairShare;
 metrics.setSteadyFairShare(steadyFairShare);
}
origin: org.apache.hadoop/hadoop-yarn-server-resourcemanager

void setSteadyFairShare(Resource steadyFairShare) {
 this.steadyFairShare = steadyFairShare;
 metrics.setSteadyFairShare(steadyFairShare);
}
origin: com.github.jiayuhan-it/hadoop-yarn-server-resourcemanager

public void setSteadyFairShare(Resource steadyFairShare) {
 this.steadyFairShare = steadyFairShare;
 metrics.setSteadyFairShare(steadyFairShare);
}
origin: org.apache.hadoop/hadoop-yarn-server-resourcemanager

void recomputeSteadyShares() {
 readLock.lock();
 try {
  policy.computeSteadyShares(childQueues, getSteadyFairShare());
  for (FSQueue childQueue : childQueues) {
   childQueue.getMetrics()
     .setSteadyFairShare(childQueue.getSteadyFairShare());
   if (childQueue instanceof FSParentQueue) {
    ((FSParentQueue) childQueue).recomputeSteadyShares();
   }
  }
 } finally {
  readLock.unlock();
 }
}
origin: com.github.jiayuhan-it/hadoop-yarn-server-resourcemanager

public void recomputeSteadyShares() {
 policy.computeSteadyShares(childQueues, getSteadyFairShare());
 for (FSQueue childQueue : childQueues) {
  childQueue.getMetrics().setSteadyFairShare(childQueue.getSteadyFairShare());
  if (childQueue instanceof FSParentQueue) {
   ((FSParentQueue) childQueue).recomputeSteadyShares();
  }
 }
}
origin: ch.cern.hadoop/hadoop-yarn-server-resourcemanager

public void recomputeSteadyShares() {
 policy.computeSteadyShares(childQueues, getSteadyFairShare());
 for (FSQueue childQueue : childQueues) {
  childQueue.getMetrics().setSteadyFairShare(childQueue.getSteadyFairShare());
  if (childQueue instanceof FSParentQueue) {
   ((FSParentQueue) childQueue).recomputeSteadyShares();
  }
 }
}
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fairFSQueueMetricssetSteadyFairShare

Popular methods of FSQueueMetrics

  • forQueue
    Get the FS queue metric for the given queue. Create one and register it to metrics system if there i
  • getAvailableMB
  • getAvailableVirtualCores
  • <init>
  • getAllocatedMB
  • getAllocatedResources
  • getAllocatedVirtualCores
  • getReservedMB
  • setAvailableResourcesToQueue
  • setFairShare
  • setMaxShare
  • setMinShare
  • setMaxShare,
  • setMinShare,
  • sourceName,
  • submitApp,
  • submitAppAttempt,
  • tag,
  • getAMResourceUsageMB,
  • getAMResourceUsageVCores,
  • getFairShareMB

Popular in Java

  • Reactive rest calls using spring rest template
  • getContentResolver (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSystemService (Context)
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Path (java.nio.file)
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now