Uses of Class
voldemort.server.VoldemortServer

Packages that use VoldemortServer
voldemort.server.http The HTTP server. 
voldemort.server.http.gui Simple GUI. 
voldemort.server.jmx Service which deals with the JMX registration 
 

Uses of VoldemortServer in voldemort.server.http
 

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

Uses of VoldemortServer in voldemort.server.http.gui
 

Methods in voldemort.server.http.gui with parameters of type VoldemortServer
 void ReadOnlyStoreManagementServlet.initMetadataStore(VoldemortServer server)
           
 void ReadOnlyStoreManagementServlet.initStores(VoldemortServer server)
           
 

Constructors in voldemort.server.http.gui with parameters of type VoldemortServer
AdminServlet(VoldemortServer server, VelocityEngine engine)
           
ReadOnlyStoreManagementServlet(VoldemortServer server, VelocityEngine engine)
           
StatusServlet(VoldemortServer server, VelocityEngine engine)
           
 

Uses of VoldemortServer in voldemort.server.jmx
 

Constructors in voldemort.server.jmx with parameters of type VoldemortServer
JmxService(VoldemortServer server, Cluster cluster, StoreRepository storeRepository, java.util.Collection<VoldemortService> services)
           
 



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