Uses of Class
voldemort.common.service.SchedulerService

Packages that use SchedulerService
voldemort.client The user facing interface to Voldemort. 
voldemort.server.gossip Classes associated with the Gossip feature. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
voldemort.server.rebalance Classes dealing with rebalancing on the server side. 
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
 

Uses of SchedulerService in voldemort.client
 

Constructors in voldemort.client with parameters of type SchedulerService
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 SchedulerService in voldemort.server.gossip
 

Constructors in voldemort.server.gossip with parameters of type SchedulerService
GossipService(MetadataStore metadataStore, SchedulerService service, VoldemortConfig voldemortConfig)
           
 

Uses of SchedulerService in voldemort.server.protocol.admin
 

Constructors in voldemort.server.protocol.admin with parameters of type SchedulerService
AsyncOperationService(SchedulerService scheduler, int cacheSize)
           
 

Uses of SchedulerService in voldemort.server.rebalance
 

Constructors in voldemort.server.rebalance with parameters of type SchedulerService
RebalancerService(StoreRepository storeRepository, MetadataStore metadataStore, VoldemortConfig voldemortConfig, AsyncOperationService asyncService, SchedulerService service)
           
 

Uses of SchedulerService in voldemort.server.storage
 

Constructors in voldemort.server.storage with parameters of type SchedulerService
StorageService(StoreRepository storeRepository, MetadataStore metadata, SchedulerService scheduler, VoldemortConfig config)
           
 



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