Uses of Class
org.apache.hadoop.hbase.HMsg.Type

Packages that use HMsg.Type
org.apache.hadoop.hbase   
 

Uses of HMsg.Type in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HMsg.Type
 HMsg.Type HMsg.getType()
           
static HMsg.Type HMsg.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HMsg.Type[] HMsg.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase with parameters of type HMsg.Type
 boolean HMsg.isType(HMsg.Type other)
           
 

Constructors in org.apache.hadoop.hbase with parameters of type HMsg.Type
HMsg(HMsg.Type type)
          Construct a message with the specified message and empty HRegionInfo
HMsg(HMsg.Type type, HRegionInfo hri)
          Construct a message with the specified message and HRegionInfo
HMsg(HMsg.Type type, HRegionInfo hri, boolean safeMode)
          Constructor used by master to inform region servers if we are still in safe mode.
HMsg(HMsg.Type type, HRegionInfo hri, byte[] msg)
          Construct a message with the specified message and HRegionInfo
HMsg(HMsg.Type type, HRegionInfo hri, byte[] msg, boolean safemode)
          Used by the master to inform region servers if we are still in safe mode
 



Copyright © 2008 The Apache Software Foundation