Uses of Class
voldemort.common.service.ServiceType

Packages that use ServiceType
voldemort.common.service   
voldemort.server The Voldemort server. 
 

Uses of ServiceType in voldemort.common.service
 

Methods in voldemort.common.service 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.
 

Constructors in voldemort.common.service with parameters of type ServiceType
AbstractService(ServiceType type)
           
 

Uses of ServiceType in voldemort.server
 

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

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



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