net.spy.memcached
Interface BroadcastOpFactory
public interface BroadcastOpFactory
Factory for creating Operations to be broadcast.
Method Summary |
Operation |
newOp(MemcachedNode n,
java.util.concurrent.CountDownLatch latch)
Construct a new operation for delivery to the given node. |
newOp
Operation newOp(MemcachedNode n,
java.util.concurrent.CountDownLatch latch)
- Construct a new operation for delivery to the given node. Each operation
should count the given latch down upon completion.
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.