Uses of Class
voldemort.server.ServiceType

Packages that use ServiceType
voldemort.server The Voldemort server. 
 

Uses of ServiceType in voldemort.server
 

Methods in voldemort.server that return ServiceType
 ServiceType VoldemortService.getType()
           
 ServiceType AbstractService.getType()
           
static ServiceType ServiceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceType[] ServiceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in voldemort.server with parameters of type ServiceType
 VoldemortService VoldemortServer.getService(ServiceType type)
           
 

Constructors in voldemort.server with parameters of type ServiceType
AbstractService(ServiceType type)
           
AbstractSocketService(ServiceType type, int port, java.lang.String serviceName, boolean enableJmx)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao