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
 java.util.concurrent.CountDownLatch MemcachedConnection.broadcastOperation(BroadcastOpFactory of)
          Broadcast an operation to all nodes.
 java.util.concurrent.CountDownLatch MemcachedConnection.broadcastOperation(BroadcastOpFactory of, java.util.Collection<MemcachedNode> nodes)
          Broadcast an operation to a specific collection of nodes.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.