Uses of Interface
org.apache.hadoop.hbase.util.EnvironmentEdge
Packages that use EnvironmentEdge
-
Uses of EnvironmentEdge in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement EnvironmentEdgeModifier 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.Fields in org.apache.hadoop.hbase.util declared as EnvironmentEdgeMethods in org.apache.hadoop.hbase.util that return EnvironmentEdgeModifier and TypeMethodDescriptionstatic EnvironmentEdge
EnvironmentEdgeManager.getDelegate()
Retrieves the singleton instance of theEnvironmentEdge
that is being managed.Methods in org.apache.hadoop.hbase.util with parameters of type EnvironmentEdgeModifier and TypeMethodDescriptionstatic void
EnvironmentEdgeManager.injectEdge
(EnvironmentEdge edge) Injects the given edge such that it becomes the managed entity.