| Package | Description |
|---|---|
| org.apache.hadoop.yarn.logaggregation.filecontroller.ifile |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.util |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
Clock |
LogAggregationIndexedFileController.getSystemClock() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MonotonicClock |
A monotonic clock from some arbitrary time base in the past, counting in
milliseconds, and not affected by settimeofday or similar system clock
changes.
|
class |
SystemClock |
Implementation of
Clock that gives the current time from the system
clock in milliseconds. |
class |
UTCClock |
Implementation of
Clock that gives the current UTC time in
milliseconds. |
| Constructor | Description |
|---|---|
AbstractLivelinessMonitor(java.lang.String name,
Clock clock) |
|
ProcfsBasedProcessTree(java.lang.String pid,
java.lang.String procfsDir,
Clock clock) |
Build a new process tree rooted at the pid.
|
WindowsBasedProcessTree(java.lang.String pid,
Clock pClock) |
Create a monitor for a Windows process tree.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.