com.netflix.astyanax.clock
Class MillisecondsClock

java.lang.Object
  extended by com.netflix.astyanax.clock.MillisecondsClock
All Implemented Interfaces:
Clock

public class MillisecondsClock
extends Object
implements Clock


Constructor Summary
MillisecondsClock()
           
 
Method Summary
 long getCurrentTime()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MillisecondsClock

public MillisecondsClock()
Method Detail

getCurrentTime

public long getCurrentTime()
Specified by:
getCurrentTime in interface Clock

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.