public class OptimizedSetImpl extends OperationImpl
CANCELLED, TIMED_OUT| Constructor and Description |
|---|
OptimizedSetImpl(CASOperation firstStore)
Construct an optimized get starting with the given get operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNotMyVbucketNode(MemcachedNode node) |
void |
addOperation(CASOperation op) |
int |
bytes() |
java.util.Collection<java.lang.String> |
getKeys()
Get the keys requested in this GetOperation.
|
java.util.Collection<MemcachedNode> |
getNotMyVbucketNodes() |
short |
getVBucket(java.lang.String k) |
void |
initialize()
Initialize this operation.
|
void |
setNotMyVbucketNodes(java.util.Collection<MemcachedNode> nodes) |
void |
setVBucket(java.lang.String k,
short vb) |
int |
size() |
java.lang.String |
toString() |
getErrorMsg, readFromBufferaddClone, cancel, getBuffer, getCallback, getCloneCount, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, setCloneCount, setHandlingNode, timeOut, writeComplete, writingequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddClone, cancel, getBuffer, getCallback, getCloneCount, getErrorMsg, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setCloneCount, setHandlingNode, timeOut, writeComplete, writingpublic OptimizedSetImpl(CASOperation firstStore)
public void addOperation(CASOperation op)
public int size()
public int bytes()
public void initialize()
Operationinitialize in interface Operationinitialize in class BaseOperationImplpublic java.util.Collection<java.lang.String> getKeys()
KeyedOperationgetKeys in interface KeyedOperationpublic java.util.Collection<MemcachedNode> getNotMyVbucketNodes()
getNotMyVbucketNodes in interface VBucketAwarepublic void addNotMyVbucketNode(MemcachedNode node)
addNotMyVbucketNode in interface VBucketAwarepublic void setNotMyVbucketNodes(java.util.Collection<MemcachedNode> nodes)
setNotMyVbucketNodes in interface VBucketAwarepublic void setVBucket(java.lang.String k,
short vb)
setVBucket in interface VBucketAwarepublic short getVBucket(java.lang.String k)
getVBucket in interface VBucketAwarepublic java.lang.String toString()
toString in class OperationImpl