public static final class VerifyAndSwapCommand.SwapState extends Object
verifyAndSwap command, reached after
specifying the key, expected value, record, and replacement value.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
Object |
expected()
Return the expected value for this command.
|
int |
hashCode() |
String |
key()
Return the key for this command.
|
long |
record()
Return the target record for this command.
|
Object |
replacement()
Return the replacement value for this command.
|
String |
toString() |
public String key()
public Object expected()
public long record()
public Object replacement()
public String ccl()
CommandCommand.