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 TypeClassDescriptionclassorg.apache.hadoop.hbase.util.DefaultEnvironmentEdgeDefault implementation of an environment edge.classorg.apache.hadoop.hbase.util.IncrementingEnvironmentEdgeUses an incrementing algorithm instead of the default.classorg.apache.hadoop.hbase.util.ManualEnvironmentEdgeAn 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.EnvironmentEdgeEnvironmentEdgeManager.getDelegate()Retrieves the singleton instance of theEnvironmentEdgethat is being managed.Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.EnvironmentEdge in inModifier and TypeMethodDescriptionstatic voidEnvironmentEdgeManager.injectEdge(org.apache.hadoop.hbase.util.EnvironmentEdge edge) Injects the given edge such that it becomes the managed entity.