Uses of Interface
org.apache.hadoop.hbase.util.EnvironmentEdge
-
Uses of EnvironmentEdge in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionclass
Default implementation of an environment edge.class
Uses an incrementing algorithm instead of the default.class
An environment edge that uses a manually set value.Modifier and TypeMethodDescriptionstatic EnvironmentEdge
EnvironmentEdgeManager.getDelegate()
Retrieves the singleton instance of theEnvironmentEdge
that is being managed.Modifier and TypeMethodDescriptionstatic void
EnvironmentEdgeManager.injectEdge
(EnvironmentEdge edge) Injects the given edge such that it becomes the managed entity.