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