org.apache.hadoop.hbase.util
Interface EnvironmentEdge

All Known Implementing Classes:
DefaultEnvironmentEdge, IncrementingEnvironmentEdge

@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface EnvironmentEdge

Has some basic interaction with the environment. Alternate implementations can be used where required (eg in tests).

See Also:
EnvironmentEdgeManager

Method Summary
 long currentTimeMillis()
          Returns the currentTimeMillis.
 

Method Detail

currentTimeMillis

long currentTimeMillis()
Returns the currentTimeMillis.

Returns:
currentTimeMillis.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.