Uses of Interface
org.apache.hadoop.yarn.util.Clock
Packages that use Clock
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 Clock in org.apache.hadoop.yarn.logaggregation.filecontroller.ifile
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller.ifile that return Clock -
Uses of Clock in org.apache.hadoop.yarn.util
Classes in org.apache.hadoop.yarn.util that implement ClockModifier and TypeClassDescriptionclassA monotonic clock from some arbitrary time base in the past, counting in milliseconds, and not affected by settimeofday or similar system clock changes.final classImplementation ofClockthat gives the current time from the system clock in milliseconds.classImplementation ofClockthat gives the current UTC time in milliseconds.Constructors in org.apache.hadoop.yarn.util with parameters of type ClockModifierConstructorDescriptionAbstractLivelinessMonitor(String name, Clock clock) ProcfsBasedProcessTree(String pid, String procfsDir, Clock clock) Build a new process tree rooted at the pid.WindowsBasedProcessTree(String pid, Clock pClock) Create a monitor for a Windows process tree.