public class

ConstantClock

extends Object
implements Clock
java.lang.Object
   ↳ com.netflix.astyanax.clock.ConstantClock

Summary

Public Constructors
ConstantClock(long timestamp)
Public Methods
long getCurrentTime()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.netflix.astyanax.Clock

Public Constructors

public ConstantClock (long timestamp)

Public Methods

public long getCurrentTime ()