Tabnine Logo
FSOpDurations.addNodeUpdateDuration
Code IndexAdd Tabnine to your IDE (free)

How to use
addNodeUpdateDuration
method
in
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSOpDurations

Best Java code snippets using org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSOpDurations.addNodeUpdateDuration (Showing top 3 results out of 315)

origin: org.apache.hadoop/hadoop-yarn-server-resourcemanager

@Override
protected void nodeUpdate(RMNode nm) {
 writeLock.lock();
 try {
  long start = getClock().getTime();
  super.nodeUpdate(nm);
  FSSchedulerNode fsNode = getFSSchedulerNode(nm.getNodeID());
  attemptScheduling(fsNode);
  long duration = getClock().getTime() - start;
  fsOpDurations.addNodeUpdateDuration(duration);
 } finally {
  writeLock.unlock();
 }
}
origin: ch.cern.hadoop/hadoop-yarn-server-resourcemanager

fsOpDurations.addNodeUpdateDuration(duration);
origin: com.github.jiayuhan-it/hadoop-yarn-server-resourcemanager

fsOpDurations.addNodeUpdateDuration(duration);
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fairFSOpDurationsaddNodeUpdateDuration

Popular methods of FSOpDurations

  • addContinuousSchedulingRunDuration
  • addUpdateThreadRunDuration
  • getInstance
  • setExtended
  • addPreemptCallDuration
  • addUpdateCallDuration
  • getMetrics
  • hasUpdateThreadRunChanged

Popular in Java

  • Finding current android device location
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • 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