org.apache.accumulo.server.util.time
Class SystemTime

java.lang.Object
  extended by 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
SystemTime()
           
 
Method Summary
 long currentTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTime

public SystemTime()
Method Detail

currentTime

public long currentTime()
Specified by:
currentTime in interface ProvidesTime


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.