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, byte[] msg)
          Construct a message with the specified message and HRegionInfo
HMsg(HMsg.Type type, HRegionInfo hri, HRegionInfo daughterA, HRegionInfo daughterB, byte[] msg)
          Construct a message with the specified message and HRegionInfo
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.