Uses of Interface
net.spy.memcached.vbucket.config.ConfigurationParser

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

Uses of ConfigurationParser in net.spy.memcached.vbucket
 

Methods in net.spy.memcached.vbucket with parameters of type ConfigurationParser
 void BucketMonitor.setConfigParser(ConfigurationParser configParser)
           
 

Constructors in net.spy.memcached.vbucket with parameters of type ConfigurationParser
BucketMonitor(URI cometStreamURI, String bucketname, String username, String password, ConfigurationParser configParser)
           
 

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

Classes in net.spy.memcached.vbucket.config that implement ConfigurationParser
 class ConfigurationParserJSON