Uses of Class
voldemort.client.SystemStoreClient

Packages that use SystemStoreClient
voldemort.client The user facing interface to Voldemort. 
voldemort.utils Basic helper functions. 
 

Uses of SystemStoreClient in voldemort.client
 

Methods in voldemort.client that return SystemStoreClient
 SystemStoreClient<K,V> SystemStoreClientFactory.createSystemStore(java.lang.String storeName)
           
 SystemStoreClient<K,V> SystemStoreClientFactory.createSystemStore(java.lang.String storeName, java.lang.String clusterXml, FailureDetector fd)
           
 SystemStoreClient<java.lang.String,java.lang.String> SystemStoreRepository.getClientRegistryStore()
           
 SystemStoreClient<java.lang.String,java.lang.String> SystemStoreRepository.getMetadataVersionStore()
           
 

Methods in voldemort.client with parameters of type SystemStoreClient
 void SystemStoreRepository.addSystemStore(SystemStoreClient newSysStore, java.lang.String storeName)
           
 

Uses of SystemStoreClient in voldemort.utils
 

Methods in voldemort.utils with parameters of type SystemStoreClient
static java.util.Properties MetadataVersionStoreUtils.getProperties(SystemStoreClient<java.lang.String,java.lang.String> versionStore)
          Retrieves a properties (hashmap) consisting of all the metadata versions
static void MetadataVersionStoreUtils.setProperties(SystemStoreClient<java.lang.String,java.lang.String> versionStore, java.util.Properties props)
          Writes the Properties object to the Version metadata system store
 



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