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

java.lang.Object
  extended by org.apache.accumulo.server.util.time.BaseRelativeTime
      extended by org.apache.accumulo.server.util.time.TestTime
All Implemented Interfaces:
ProvidesTime

public class TestTime
extends BaseRelativeTime


Constructor Summary
TestTime(long millis)
           
 
Method Summary
 long currentTime()
           
 
Methods inherited from class org.apache.accumulo.server.util.time.BaseRelativeTime
updateTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTime

public TestTime(long millis)
Method Detail

currentTime

public long currentTime()
Specified by:
currentTime in interface ProvidesTime
Overrides:
currentTime in class BaseRelativeTime


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.