voldemort.rest.coordinator
Class CoordinatorMetadata

java.lang.Object
  extended by voldemort.rest.coordinator.CoordinatorMetadata

public class CoordinatorMetadata
extends java.lang.Object


Constructor Summary
CoordinatorMetadata()
           
CoordinatorMetadata(java.lang.String clusterXml, java.util.List<StoreDefinition> storeDefList)
           
 
Method Summary
 java.lang.String getClusterXmlStr()
           
 java.util.List<StoreDefinition> getStoresDefs()
           
 void setMetadata(java.lang.String clusterXml, java.util.List<StoreDefinition> storeDefList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinatorMetadata

public CoordinatorMetadata()

CoordinatorMetadata

public CoordinatorMetadata(java.lang.String clusterXml,
                           java.util.List<StoreDefinition> storeDefList)
Method Detail

getClusterXmlStr

public java.lang.String getClusterXmlStr()

getStoresDefs

public java.util.List<StoreDefinition> getStoresDefs()

setMetadata

public void setMetadata(java.lang.String clusterXml,
                        java.util.List<StoreDefinition> storeDefList)


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