Wrapping RESTClient in LazyStoreClient
commitaea1b9069c24060ff443b2a62021cae94a327353
authorBhavani Sudha Saktheeswaran <bhavanisudhas@gmail.com>
Tue, 15 Apr 2014 23:21:26 +0000 (15 16:21 -0700)
committerBhavani Sudha Saktheeswaran <bhavanisudhas@gmail.com>
Wed, 16 Apr 2014 20:29:21 +0000 (16 13:29 -0700)
treed795f22065845379ad5730d268b098790a43978d
parentdcb4135510e4dc9dcced79c4d3df717399835f99
Wrapping RESTClient in LazyStoreClient

   1) Separated inner config class from RESTClientFactory to
RESTClientFactoryConfig
   2) RESTClientFactory.getSToreClient(storeName)  now returns a
LazyStoreClient
   3) Removed the instantInit boolean in LazyStoreClientConstructor.
Instead introducing a boolean for use by RESTClientFactory

Removing LazyStoreClientTest.java
contrib/restclient/src/java/voldemort/restclient/RESTClientFactory.java
contrib/restclient/src/java/voldemort/restclient/RESTClientFactoryConfig.java [new file with mode: 0644]
contrib/restclient/src/java/voldemort/restclient/SampleRESTClient.java
contrib/restclient/src/java/voldemort/restclient/VoldemortThinClientShell.java
contrib/restclient/test/voldemort/client/RestClientTest.java
src/java/voldemort/client/LazyStoreClient.java
test/unit/voldemort/client/LazyStoreClientTest.java [deleted file]