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

Packages that use Bucket
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.vbucket   
net.spy.memcached.vbucket.config   
 

Uses of Bucket in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type Bucket
 void MemcachedClient.reconfigure(Bucket bucket)
           
 void MemcachedConnection.reconfigure(Bucket bucket)
           
 

Uses of Bucket in net.spy.memcached.vbucket
 

Methods in net.spy.memcached.vbucket that return Bucket
 Bucket ConfigurationProvider.getBucketConfiguration(String bucketname)
          Connects to the REST service and retrieves the bucket configuration from the first pool available
 Bucket ConfigurationProviderHTTP.getBucketConfiguration(String bucketname)
          Connects to the REST service and retrieves the bucket configuration from the first pool available
 

Methods in net.spy.memcached.vbucket with parameters of type Bucket
 void Reconfigurable.reconfigure(Bucket bucket)
          Call on a configuration update
 

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

Methods in net.spy.memcached.vbucket.config that return Bucket
 Bucket ConfigurationParser.parseBucket(String sBucket)
           
 Bucket ConfigurationParserJSON.parseBucket(String sBucket)
           
 

Methods in net.spy.memcached.vbucket.config that return types with arguments of type Bucket
 Map<String,Bucket> Pool.getROBuckets()
           
 Map<String,Bucket> ConfigurationParser.parseBuckets(String buckets)
           
 Map<String,Bucket> ConfigurationParserJSON.parseBuckets(String buckets)
           
 

Method parameters in net.spy.memcached.vbucket.config with type arguments of type Bucket
 void Pool.replaceBuckets(Map<String,Bucket> replacingMap)