voldemort.rest
Class GetMetadataResponseSender

java.lang.Object
  extended by voldemort.rest.RestResponseSender
      extended by voldemort.rest.GetMetadataResponseSender

public class GetMetadataResponseSender
extends RestResponseSender


Field Summary
 
Fields inherited from class voldemort.rest.RestResponseSender
INVALID_START_TIME_IN_MS, messageEvent, NS_PER_MS, numVectorClockEntries
 
Constructor Summary
GetMetadataResponseSender(org.jboss.netty.channel.MessageEvent messageEvent, byte[] responseValue)
           
 
Method Summary
 void sendResponse(StoreStats performanceStats, boolean isFromLocalZone, long startTimeInMs)
          Sends a normal HTTP response containing the serialization information in a XML format
 
Methods inherited from class voldemort.rest.RestResponseSender
debugLog, getKeysHexString, recordStats, sendResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMetadataResponseSender

public GetMetadataResponseSender(org.jboss.netty.channel.MessageEvent messageEvent,
                                 byte[] responseValue)
Method Detail

sendResponse

public void sendResponse(StoreStats performanceStats,
                         boolean isFromLocalZone,
                         long startTimeInMs)
                  throws java.lang.Exception
Sends a normal HTTP response containing the serialization information in a XML format

Specified by:
sendResponse in class RestResponseSender
Throws:
java.lang.Exception


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu