Uses of Class
org.apache.hadoop.hbase.rest.Status.StatusMessage

Packages that use Status.StatusMessage
org.apache.hadoop.hbase.rest.serializer   
 

Uses of Status.StatusMessage in org.apache.hadoop.hbase.rest.serializer
 

Methods in org.apache.hadoop.hbase.rest.serializer with parameters of type Status.StatusMessage
 void IRestSerializer.serializeStatusMessage(Status.StatusMessage message)
          serialize the status message object to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 void SimpleXMLSerializer.serializeStatusMessage(Status.StatusMessage message)
           
 void JSONSerializer.serializeStatusMessage(Status.StatusMessage message)
           
 



Copyright © 2009 The Apache Software Foundation