public static final class VerifyCommand.RecordState extends Object
verify command, reached after specifying
the key, value, and record. Supports an optional at clause for
historical verification.| Modifier and Type | Method and Description |
|---|---|
VerifyCommand.TimestampState |
at(Timestamp timestamp)
Pin this
verify command to a historical Timestamp. |
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
Return the key for this command.
|
long |
record()
Return the target record for this command.
|
String |
toString() |
Object |
value()
Return the value for this command.
|
public VerifyCommand.TimestampState at(Timestamp timestamp)
verify command to a historical Timestamp.timestamp - the Timestamppublic String key()
public Object value()
public long record()
public String ccl()
CommandCommand.