Uses of Class
net.spy.memcached.vbucket.config.ConfigType

Packages that use ConfigType
net.spy.memcached.vbucket.config   
 

Uses of ConfigType in net.spy.memcached.vbucket.config
 

Methods in net.spy.memcached.vbucket.config that return ConfigType
 ConfigType CacheConfig.getConfigType()
           
 ConfigType Config.getConfigType()
           
 ConfigType DefaultConfig.getConfigType()
           
static ConfigType ConfigType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigType[] ConfigType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.