Uses of Class
net.spy.memcached.MembaseConnectionFactory

Packages that use MembaseConnectionFactory
net.spy.memcached Memcached client and transformation utils 
 

Uses of MembaseConnectionFactory in net.spy.memcached
 

Subclasses of MembaseConnectionFactory in net.spy.memcached
 class CouchbaseConnectionFactory
           
 

Methods in net.spy.memcached that return MembaseConnectionFactory
 MembaseConnectionFactory ConnectionFactoryBuilder.buildMembaseConnection(List<URI> baseList, String bucketName, String usr, String pwd)
          Get the MembaseConnectionFactory set up with the provided parameters.
 

Constructors in net.spy.memcached with parameters of type MembaseConnectionFactory
MembaseClient(MembaseConnectionFactory cf)
          Get a MembaseClient based on the REST response from a Membase server where the username is different than the bucket name.
MembaseClient(MembaseConnectionFactory cf, boolean subscribe)
          Get a MembaseClient based on the REST response from a Membase server where the username is different than the bucket name.