Uses of Interface
net.spy.memcached.BroadcastOpFactory

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

Uses of BroadcastOpFactory in net.spy.memcached
 

Methods in net.spy.memcached with parameters of type BroadcastOpFactory
 CountDownLatch MemcachedConnection.broadcastOperation(BroadcastOpFactory of)
          Broadcast an operation to all nodes.
 CountDownLatch MemcachedConnection.broadcastOperation(BroadcastOpFactory of, Collection<MemcachedNode> nodes)
          Broadcast an operation to a specific collection of nodes.