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

Packages that use org.apache.hadoop.hbase.util.EnvironmentEdge
Package
Description
 
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    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 in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.util.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 org.apache.hadoop.hbase.util.EnvironmentEdge in in
    Modifier and Type
    Method
    Description
    static void
    EnvironmentEdgeManager.injectEdge(org.apache.hadoop.hbase.util.EnvironmentEdge edge)
    Injects the given edge such that it becomes the managed entity.