Class SystemTime
- java.lang.Object
-
- org.apache.accumulo.server.util.time.SystemTime
-
- All Implemented Interfaces:
ProvidesTime
public class SystemTime extends Object implements ProvidesTime
The most obvious implementation of ProvidesTime.
-
-
Constructor Summary
Constructors Constructor Description SystemTime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
currentTime()
-
-
-
Method Detail
-
currentTime
public long currentTime()
- Specified by:
currentTime
in interfaceProvidesTime
-
-