voldemort.client.protocol.admin
Class AdminClient.HelperOperations

java.lang.Object
  extended by voldemort.client.protocol.admin.AdminClient.HelperOperations
Enclosing class:
AdminClient

public class AdminClient.HelperOperations
extends java.lang.Object

Encapsulates helper methods used across the admin client


Constructor Summary
AdminClient.HelperOperations()
           
 
Method Summary
 boolean checkStoreExistsInCluster(java.lang.String storeName)
           
 java.util.List<StoreDefinition> getStoresInCluster()
           
 void throwException(VProto.Error error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminClient.HelperOperations

public AdminClient.HelperOperations()
Method Detail

throwException

public void throwException(VProto.Error error)

getStoresInCluster

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

checkStoreExistsInCluster

public boolean checkStoreExistsInCluster(java.lang.String storeName)


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