org.apache.hadoop.hbase.util
Class DefaultEnvironmentEdge
java.lang.Object
org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
- All Implemented Interfaces:
- EnvironmentEdge
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class DefaultEnvironmentEdge
- extends Object
- implements EnvironmentEdge
Default implementation of an environment edge.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEnvironmentEdge
public DefaultEnvironmentEdge()
currentTimeMillis
public long currentTimeMillis()
- Returns the currentTimeMillis.
This implementation returns
System.currentTimeMillis()
- Specified by:
currentTimeMillis
in interface EnvironmentEdge
- Returns:
- currentTimeMillis.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.