public final class ClockProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HAZELCAST_CLOCK_IMPL
will call the
currentTimeMillis() method of given ClockImpl . |
static String |
HAZELCAST_CLOCK_OFFSET
Clock offset property in milliseconds.
|
public static final String HAZELCAST_CLOCK_OFFSET
Clock.currentTimeMillis()
will return a shifted System#currentTimeMillis()
time by the given offset value.public static final String HAZELCAST_CLOCK_IMPL
currentTimeMillis()
method of given ClockImpl
.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.