|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.hql.ReturnMsg
public class ReturnMsg
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 |
---|
public ReturnMsg(int i, String string)
public ReturnMsg(int i)
Method Detail |
---|
public String getMsg()
public int getType()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |