|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.accumulo.server.util.time.BaseRelativeTime
org.apache.accumulo.server.util.time.RelativeTime
public class RelativeTime
Provide time from System time and hints from another time source. Provides a convenient static replacement for System.currentTimeMillis()
Method Summary | |
---|---|
static long |
currentTimeMillis()
|
static BaseRelativeTime |
getInstance()
|
static void |
setInstance(BaseRelativeTime newInstance)
|
Methods inherited from class org.apache.accumulo.server.util.time.BaseRelativeTime |
---|
currentTime, updateTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BaseRelativeTime getInstance()
public static void setInstance(BaseRelativeTime newInstance)
public static long currentTimeMillis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |