Uses of Interface
net.spy.memcached.ConnectionFactory

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

Uses of ConnectionFactory in net.spy.memcached
 

Classes in net.spy.memcached that implement ConnectionFactory
 class BinaryConnectionFactory
          Default connection factory for binary wire protocol connections.
 class DefaultConnectionFactory
          Default implementation of ConnectionFactory.
 class KetamaConnectionFactory
          ConnectionFactory instance that sets up a ketama compatible connection.
 

Methods in net.spy.memcached that return ConnectionFactory
 ConnectionFactory ConnectionFactoryBuilder.build()
          Get the ConnectionFactory set up with the provided parameters.
 

Constructors in net.spy.memcached with parameters of type ConnectionFactory
ConnectionFactoryBuilder(ConnectionFactory cf)
           
MemcachedClient(ConnectionFactory cf, List<InetSocketAddress> addrs)
          Get a memcache client over the specified memcached locations.
MemcachedClient(ConnectionFactory cf, List<URI> baseList, String bucketName, String usr, String pwd)
          Get a MemcachedClient based on the REST response from a Membase server where the username is different than the bucket name.
MemcachedConnection(int bufSize, ConnectionFactory f, List<InetSocketAddress> a, Collection<ConnectionObserver> obs, FailureMode fm, OperationFactory opfactory)
          Construct a memcached connection.