Package org.apache.accumulo.server.util.time

Interface Summary
ProvidesTime An interface for anything that returns the time in the same format as System.currentTimeMillis().
 

Class Summary
BaseRelativeTime Provide time from a local source and a hint from a time source.
RelativeTime Provide time from System time and hints from another time source.
SimpleTimer Generic singleton timer: don't use it if you are going to do anything that will take very long.
SystemTime The most obvious implementation of ProvidesTime.
TestTime  
 



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