com.hazelcast.util
Class Clock.ClockImpl
java.lang.Object
com.hazelcast.util.Clock.ClockImpl
- Enclosing class:
- Clock
public abstract static class Clock.ClockImpl
- extends Object
Clock abstraction to be able to simulate different clocks
without changing actual system time.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Clock.ClockImpl
public Clock.ClockImpl()
currentTimeMillis
protected abstract long currentTimeMillis()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.