public static final class DiffCommand.KeyState extends Object
diff command.| Modifier and Type | Method and Description |
|---|---|
DiffCommand.KeyTimestampState |
from(Timestamp start)
Specify the start
Timestamp for a key-only diff (without a
record). |
DiffCommand.KeyRecordState |
in(long record)
Specify the record in which to diff the key.
|
DiffCommand.KeyRecordState |
within(long record)
Alias for
in(long) to support alternate CCL dialects. |
public DiffCommand.KeyTimestampState from(Timestamp start)
Timestamp for a key-only diff (without a
record).start - the start Timestamppublic DiffCommand.KeyRecordState in(long record)
record - the target recordpublic DiffCommand.KeyRecordState within(long record)
in(long) to support alternate CCL dialects.record - the target record