org.apache.accumulo.server.util.time
Interface ProvidesTime

All Known Implementing Classes:
BaseRelativeTime, RelativeTime, SystemTime, TestTime

public interface ProvidesTime

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


Method Summary
 long currentTime()
           
 

Method Detail

currentTime

long currentTime()


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