Uses of Class
voldemort.client.SystemStoreRepository

Packages that use SystemStoreRepository
voldemort.client The user facing interface to Voldemort. 
voldemort.client.scheduler   
 

Uses of SystemStoreRepository in voldemort.client
 

Constructors in voldemort.client with parameters of type SystemStoreRepository
ZenStoreClient(java.lang.String storeName, InconsistencyResolver<Versioned<V>> resolver, AbstractStoreClientFactory storeFactory, int maxMetadataRefreshAttempts, java.lang.String clientContext, int clientSequence, ClientConfig config, SchedulerService scheduler, SystemStoreRepository sysRepository)
           
 

Uses of SystemStoreRepository in voldemort.client.scheduler
 

Constructors in voldemort.client.scheduler with parameters of type SystemStoreRepository
AsyncMetadataVersionManager(SystemStoreRepository sysRepository, java.util.concurrent.Callable<java.lang.Void> storeClientThunk, java.lang.String storeName)
           
ClientRegistryRefresher(SystemStoreRepository sysRepository, java.lang.String clientId, ClientInfo clientInfo, Version version)
           
 



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