Uses of Class
voldemort.server.storage.StorageService

Packages that use StorageService
voldemort.server.http The HTTP server. 
voldemort.server.protocol The server side of request RPC handling. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
 

Uses of StorageService in voldemort.server.http
 

Constructors in voldemort.server.http with parameters of type StorageService
HttpService(VoldemortServer server, StorageService storageService, StoreRepository storeRepository, RequestFormatType requestType, int numberOfThreads, int httpPort)
           
 

Uses of StorageService in voldemort.server.protocol
 

Constructors in voldemort.server.protocol with parameters of type StorageService
SocketRequestHandlerFactory(StorageService storageService, StoreRepository repository, MetadataStore metadata, VoldemortConfig voldemortConfig, AsyncOperationService asyncService, Rebalancer rebalancer)
           
 

Uses of StorageService in voldemort.server.protocol.admin
 

Constructors in voldemort.server.protocol.admin with parameters of type StorageService
AdminServiceRequestHandler(ErrorCodeMapper errorCodeMapper, StorageService storageService, StoreRepository storeRepository, MetadataStore metadataStore, VoldemortConfig voldemortConfig, AsyncOperationService asyncService, Rebalancer rebalancer)
           
 



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