Four node and two node configs
[voldemort/jeffpc.git] / config / two_node_cluster / node_0 / config / stores.xml
blob6a32f498e263d645457e2d4c63381b7673b64acd
1 <stores>\r
2   <store>\r
3     <name>test</name>\r
4     <persistence>bdb</persistence>\r
5     <description>Test store</description>\r
6     <owners>harry@hogwarts.edu, hermoine@hogwarts.edu</owners>\r
7     <routing-strategy>consistent-routing</routing-strategy>\r
8     <routing>client</routing>\r
9     <replication-factor>2</replication-factor>\r
10     <required-reads>1</required-reads>\r
11     <required-writes>1</required-writes>\r
12     <key-serializer>\r
13       <type>string</type>\r
14     </key-serializer>\r
15     <value-serializer>\r
16       <type>string</type>\r
17     </value-serializer>
18     <hinted-handoff-strategy>consistent-handoff</hinted-handoff-strategy>    
19   </store>
20 </stores>