Uses of Interface
org.apache.hadoop.hbase.util.EnvironmentEdge

Packages that use EnvironmentEdge
org.apache.hadoop.hbase.util   
 

Uses of EnvironmentEdge in org.apache.hadoop.hbase.util
 

Classes in org.apache.hadoop.hbase.util that implement EnvironmentEdge
 class DefaultEnvironmentEdge
          Default implementation of an environment edge.
 class IncrementingEnvironmentEdge
          Uses an incrementing algorithm instead of the default.
 

Methods in org.apache.hadoop.hbase.util that return EnvironmentEdge
static EnvironmentEdge EnvironmentEdgeManager.getDelegate()
          Retrieves the singleton instance of the EnvironmentEdge that is being managed.
 

Methods in org.apache.hadoop.hbase.util with parameters of type EnvironmentEdge
static void EnvironmentEdgeManager.injectEdge(EnvironmentEdge edge)
          Injects the given edge such that it becomes the managed entity.
 



Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.