org.apache.hadoop.hbase.hql
Class ReturnMsg

java.lang.Object
  extended by org.apache.hadoop.hbase.hql.ReturnMsg

public class ReturnMsg
extends Object

Message returned when a Command is Command.execute(HBaseConfiguration)'ed.


Constructor Summary
ReturnMsg(int i)
           
ReturnMsg(int i, String string)
           
 
Method Summary
 String getMsg()
           
 int getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnMsg

public ReturnMsg(int i,
                 String string)

ReturnMsg

public ReturnMsg(int i)
Method Detail

getMsg

public String getMsg()

getType

public int getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 The Apache Software Foundation