Package net.spy.memcached
Interface BroadcastOpFactory
public interface BroadcastOpFactory
Factory for creating Operations to be broadcast.
-
Method Summary
Modifier and TypeMethodDescriptionnewOp
(MemcachedNode n, CountDownLatch latch) Construct a new operation for delivery to the given node.
-
Method Details
-
newOp
Construct a new operation for delivery to the given node. Each operation should count the given latch down upon completion.
-