Package org.apache.hadoop.yarn.util
Interface Clock
- All Known Implementing Classes:
MonotonicClock,SystemClock,UTCClock
@Public
@Stable
public interface Clock
A simple clock interface that gives you time.
-
Method Summary
-
Method Details
-
getTime
long getTime()
-