Package org.apache.hadoop.hbase.util
Interface EnvironmentEdge
- All Known Implementing Classes:
DefaultEnvironmentEdge
,IncrementingEnvironmentEdge
,ManualEnvironmentEdge
Has some basic interaction with the environment. Alternate implementations can be used where
required (eg in tests).
- See Also:
-
Method Summary
-
Method Details
-
currentTime
long currentTime()Returns the currentTime.- Returns:
- Current time.
-