Packages that use org.apache.hadoop.hbase.util.EnvironmentEdge
-
class
org.apache.hadoop.hbase.util.DefaultEnvironmentEdge
Default implementation of an environment edge.
class
org.apache.hadoop.hbase.util.IncrementingEnvironmentEdge
Uses an incrementing algorithm instead of the default.
class
org.apache.hadoop.hbase.util.ManualEnvironmentEdge
An environment edge that uses a manually set value.
static org.apache.hadoop.hbase.util.EnvironmentEdge
EnvironmentEdgeManager.getDelegate()
Retrieves the singleton instance of the EnvironmentEdge
that is being managed.
static void
EnvironmentEdgeManager.injectEdge(org.apache.hadoop.hbase.util.EnvironmentEdge edge)
Injects the given edge such that it becomes the managed entity.